IFLA_VTI_FWMARK   570 net/ipv4/ip_vti.c 	if (data[IFLA_VTI_FWMARK])
IFLA_VTI_FWMARK   571 net/ipv4/ip_vti.c 		*fwmark = nla_get_u32(data[IFLA_VTI_FWMARK]);
IFLA_VTI_FWMARK   625 net/ipv4/ip_vti.c 	    nla_put_u32(skb, IFLA_VTI_FWMARK, t->fwmark))
IFLA_VTI_FWMARK   637 net/ipv4/ip_vti.c 	[IFLA_VTI_FWMARK]	= { .type = NLA_U32 },
IFLA_VTI_FWMARK   990 net/ipv6/ip6_vti.c 	if (data[IFLA_VTI_FWMARK])
IFLA_VTI_FWMARK   991 net/ipv6/ip6_vti.c 		parms->fwmark = nla_get_u32(data[IFLA_VTI_FWMARK]);
IFLA_VTI_FWMARK  1074 net/ipv6/ip6_vti.c 	    nla_put_u32(skb, IFLA_VTI_FWMARK, parm->fwmark))
IFLA_VTI_FWMARK  1088 net/ipv6/ip6_vti.c 	[IFLA_VTI_FWMARK]	= { .type = NLA_U32 },