Symbol: IFLA_AF_SPEC
drivers/net/ethernet/broadcom/bnxt/bnxt.c
15851
br_spec = nlmsg_find_attr(nlh, sizeof(struct ifinfomsg), IFLA_AF_SPEC);
drivers/net/ethernet/emulex/benet/be_main.c
4980
br_spec = nlmsg_find_attr(nlh, sizeof(struct ifinfomsg), IFLA_AF_SPEC);
drivers/net/ethernet/intel/i40e/i40e_main.c
13106
br_spec = nlmsg_find_attr(nlh, sizeof(struct ifinfomsg), IFLA_AF_SPEC);
drivers/net/ethernet/intel/ice/ice_main.c
8229
br_spec = nlmsg_find_attr(nlh, sizeof(struct ifinfomsg), IFLA_AF_SPEC);
drivers/net/ethernet/intel/ixgbe/ixgbe_main.c
10689
br_spec = nlmsg_find_attr(nlh, sizeof(struct ifinfomsg), IFLA_AF_SPEC);
drivers/net/ethernet/mellanox/mlx5/core/en_main.c
5238
br_spec = nlmsg_find_attr(nlh, sizeof(struct ifinfomsg), IFLA_AF_SPEC);
drivers/net/ethernet/netronome/nfp/nfp_net_common.c
2287
br_spec = nlmsg_find_attr(nlh, sizeof(struct ifinfomsg), IFLA_AF_SPEC);
drivers/s390/net/qeth_l2_main.c
989
} else if (nla_type(attr) == IFLA_AF_SPEC) {
net/bridge/br_netlink.c
1097
afspec = nlmsg_find_attr(nlh, sizeof(struct ifinfomsg), IFLA_AF_SPEC);
net/bridge/br_netlink.c
1152
afspec = nlmsg_find_attr(nlh, sizeof(struct ifinfomsg), IFLA_AF_SPEC);
net/bridge/br_netlink.c
510
af = nla_nest_start_noflag(skb, IFLA_AF_SPEC);
net/core/rtnetlink.c
1903
af_spec = nla_nest_start_noflag(skb, IFLA_AF_SPEC);
net/core/rtnetlink.c
2247
[IFLA_AF_SPEC] = { .type = NLA_NESTED },
net/core/rtnetlink.c
2737
if (tb[IFLA_AF_SPEC]) {
net/core/rtnetlink.c
2741
nla_for_each_nested(af, tb[IFLA_AF_SPEC], rem) {
net/core/rtnetlink.c
3342
if (tb[IFLA_AF_SPEC]) {
net/core/rtnetlink.c
3346
nla_for_each_nested(af, tb[IFLA_AF_SPEC], rem) {
net/core/rtnetlink.c
5293
br_afspec = nla_nest_start_noflag(skb, IFLA_AF_SPEC);
net/core/rtnetlink.c
5544
br_spec = nlmsg_find_attr(nlh, sizeof(struct ifinfomsg), IFLA_AF_SPEC);
net/core/rtnetlink.c
5625
br_spec = nlmsg_find_attr(nlh, sizeof(struct ifinfomsg), IFLA_AF_SPEC);
net/ipv4/ipmr.c
3012
af = nla_nest_start_noflag(skb, IFLA_AF_SPEC);