Searched refs:ifi (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/net/can/ |
| H A D | ifi_canfd.txt | 5 - compatible: Should be "ifi,canfd-1.0" 12 compatible = "ifi,canfd-1.0";
|
| /OK3568_Linux_fs/kernel/tools/lib/bpf/ |
| H A D | netlink.c | 229 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 D | net.c | 319 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 D | 0009-Fix-possible-NULL-dereference.patch | 23 @@ -951,12 +951,15 @@ mDNSlocal int SetupOneInterface(mDNS *const m, struct ifi_info *const ifi)
|
| /OK3568_Linux_fs/kernel/net/caif/ |
| H A D | cfcnfg.c | 169 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 D | 0003-src-Use-stdint-types-everywhere.patch | 465 - u_int32_t mark, ifi; 466 + uint32_t mark, ifi;
|