Symbol: IFLA_AF_SPEC
drivers/net/ethernet/broadcom/bnxt/bnxt.c
16017
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
13109
br_spec = nlmsg_find_attr(nlh, sizeof(struct ifinfomsg), IFLA_AF_SPEC);
drivers/net/ethernet/intel/ice/ice_main.c
8174
br_spec = nlmsg_find_attr(nlh, sizeof(struct ifinfomsg), IFLA_AF_SPEC);
drivers/net/ethernet/intel/ixgbe/ixgbe_main.c
10709
br_spec = nlmsg_find_attr(nlh, sizeof(struct ifinfomsg), IFLA_AF_SPEC);
drivers/net/ethernet/mellanox/mlx5/core/en_main.c
5302
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
1123
afspec = nlmsg_find_attr(nlh, sizeof(struct ifinfomsg), IFLA_AF_SPEC);
net/bridge/br_netlink.c
1176
afspec = nlmsg_find_attr(nlh, sizeof(struct ifinfomsg), IFLA_AF_SPEC);
net/bridge/br_netlink.c
516
af = nla_nest_start_noflag(skb, IFLA_AF_SPEC);
net/core/rtnetlink.c
1907
af_spec = nla_nest_start_noflag(skb, IFLA_AF_SPEC);
net/core/rtnetlink.c
2263
[IFLA_AF_SPEC] = { .type = NLA_NESTED },
net/core/rtnetlink.c
2772
if (tb[IFLA_AF_SPEC]) {
net/core/rtnetlink.c
2776
nla_for_each_nested(af, tb[IFLA_AF_SPEC], rem) {
net/core/rtnetlink.c
3377
if (tb[IFLA_AF_SPEC]) {
net/core/rtnetlink.c
3381
nla_for_each_nested(af, tb[IFLA_AF_SPEC], rem) {
net/core/rtnetlink.c
5374
br_afspec = nla_nest_start_noflag(skb, IFLA_AF_SPEC);
net/core/rtnetlink.c
5625
br_spec = nlmsg_find_attr(nlh, sizeof(struct ifinfomsg), IFLA_AF_SPEC);
net/core/rtnetlink.c
5706
br_spec = nlmsg_find_attr(nlh, sizeof(struct ifinfomsg), IFLA_AF_SPEC);
net/ipv4/ipmr.c
3083
af = nla_nest_start_noflag(skb, IFLA_AF_SPEC);