Searched refs:nla_put_flag (Results 26 - 45 of 45) sorted by relevance

12

/linux-master/net/sched/
H A Dact_tunnel_key.c754 nla_put_flag(skb, TCA_TUNNEL_KEY_NO_FRAG)) ||
H A Dsch_htb.c1230 if (q->offload && nla_put_flag(skb, TCA_HTB_OFFLOAD))
1271 if (q->offload && nla_put_flag(skb, TCA_HTB_OFFLOAD))
/linux-master/net/openvswitch/
H A Dflow_netlink.c893 return nla_put_flag(skb, OVS_TUNNEL_KEY_ATTR_IPV4_INFO_BRIDGE)
924 nla_put_flag(skb, OVS_TUNNEL_KEY_ATTR_DONT_FRAGMENT))
927 nla_put_flag(skb, OVS_TUNNEL_KEY_ATTR_CSUM))
936 nla_put_flag(skb, OVS_TUNNEL_KEY_ATTR_OAM))
/linux-master/net/tipc/
H A Dudp_media.c564 if (nla_put_flag(msg->skb, TIPC_NLA_UDP_MULTI_REMOTEIP))
H A Dsocket.c3484 if (nla_put_flag(skb, TIPC_NLA_CON_FLAG))
3515 if (nla_put_flag(skb, TIPC_NLA_SOCK_HAS_PUBL))
3666 nla_put_flag(skb, TIPC_NLA_SOCK_STAT_LINK_CONG))
3670 nla_put_flag(skb, TIPC_NLA_SOCK_STAT_CONN_CONG))
H A Dnode.c1611 if (nla_put_flag(msg->skb, TIPC_NLA_NODE_UP))
/linux-master/include/net/
H A Dnetlink.h111 * nla_put_flag(skb, type) add flag attribute to skb
1621 * nla_put_flag - Add a flag netlink attribute to a socket buffer
1625 static inline int nla_put_flag(struct sk_buff *skb, int attrtype) function
/linux-master/net/ieee802154/
H A Dnl802154.c331 if ((mask & 1) && nla_put_flag(msg, i))
1355 if (desc->gts_permit && nla_put_flag(msg, NL802154_COORD_GTS_PERMIT))
/linux-master/drivers/net/
H A Dgeneve.c1791 if (metadata && nla_put_flag(skb, IFLA_GENEVE_COLLECT_METADATA))
1804 nla_put_flag(skb, IFLA_GENEVE_INNER_PROTO_INHERIT))
/linux-master/net/ipv4/
H A Dfou_core.c775 if (nla_put_flag(msg, FOU_ATTR_REMCSUM_NOPARTIAL))
H A Dnexthop.c937 if (nhg->fdb_nh && nla_put_flag(skb, NHA_FDB))
947 if (nla_put_flag(skb, NHA_BLACKHOLE))
951 if (nla_put_flag(skb, NHA_FDB))
H A Dip_gre.c1567 if (nla_put_flag(skb, IFLA_GRE_COLLECT_METADATA))
/linux-master/net/batman-adv/
H A Dnetlink.c826 if (nla_put_flag(msg, BATADV_ATTR_ACTIVE))
H A Dtranslation-table.c1796 if (best && nla_put_flag(msg, BATADV_ATTR_FLAG_BEST))
/linux-master/net/devlink/
H A Ddev.c1289 err = nla_put_flag(msg, i);
/linux-master/net/xfrm/
H A Dxfrm_interface_core.c917 (xi->p.collect_md && nla_put_flag(skb, IFLA_XFRM_COLLECT_METADATA)))
/linux-master/drivers/net/vxlan/
H A Dvxlan_core.c4546 nla_put_flag(skb, IFLA_VXLAN_GBP))
4550 nla_put_flag(skb, IFLA_VXLAN_GPE))
4554 nla_put_flag(skb, IFLA_VXLAN_REMCSUM_NOPARTIAL))
/linux-master/fs/nfsd/
H A Dnfsctl.c1927 nla_put_flag(skb, NFSD_A_VERSION_ENABLED)) {
/linux-master/net/ipv6/
H A Dip6_tunnel.c2136 if (nla_put_flag(skb, IFLA_IPTUN_COLLECT_METADATA))
H A Dip6_gre.c2194 if (nla_put_flag(skb, IFLA_GRE_COLLECT_METADATA))

Completed in 733 milliseconds

12