Home
last modified time | relevance | path

Searched refs:ifi (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/net/can/
H A Difi_canfd.txt5 - compatible: Should be "ifi,canfd-1.0"
12 compatible = "ifi,canfd-1.0";
/OK3568_Linux_fs/kernel/tools/lib/bpf/
H A Dnetlink.c229 struct ifinfomsg *ifi = NLMSG_DATA(nlh); in __dump_link_nlmsg() local
232 len = nlh->nlmsg_len - NLMSG_LENGTH(sizeof(*ifi)); in __dump_link_nlmsg()
233 attr = (struct nlattr *) ((void *) ifi + NLMSG_ALIGN(sizeof(*ifi))); in __dump_link_nlmsg()
237 return dump_link_nlmsg(cookie, ifi, tb); in __dump_link_nlmsg()
/OK3568_Linux_fs/kernel/tools/bpf/bpftool/
H A Dnet.c319 struct ifinfomsg *ifi = NLMSG_DATA(nlh); in __dump_link_nlmsg() local
322 len = nlh->nlmsg_len - NLMSG_LENGTH(sizeof(*ifi)); in __dump_link_nlmsg()
323 attr = (struct nlattr *) ((void *) ifi + NLMSG_ALIGN(sizeof(*ifi))); in __dump_link_nlmsg()
327 return dump_link_nlmsg(cookie, ifi, tb); in __dump_link_nlmsg()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-protocols/mdns/mdns/
H A D0009-Fix-possible-NULL-dereference.patch23 @@ -951,12 +951,15 @@ mDNSlocal int SetupOneInterface(mDNS *const m, struct ifi_info *const ifi)
/OK3568_Linux_fs/kernel/net/caif/
H A Dcfcnfg.c169 static int cfcnfg_get_id_from_ifi(struct cfcnfg *cnfg, int ifi) in cfcnfg_get_id_from_ifi() argument
174 if (phy->ifindex == ifi && phy->up) in cfcnfg_get_id_from_ifi()
/OK3568_Linux_fs/buildroot/package/libnetfilter_log/
H A D0003-src-Use-stdint-types-everywhere.patch465 - u_int32_t mark, ifi;
466 + uint32_t mark, ifi;