Searched refs:set_hwid (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/include/net/ |
H A D | erspan.h | 141 static inline void set_hwid(struct erspan_md2 *md2, u8 hwid) in set_hwid() function 315 set_hwid(md2, hwid); in erspan_build_header_v2()
|
/kernel/linux/linux-6.6/include/net/ |
H A D | erspan.h | 144 static inline void set_hwid(struct erspan_md2 *md2, u8 hwid) in set_hwid() function 318 set_hwid(md2, hwid); in erspan_build_header_v2()
|
/kernel/linux/linux-5.10/net/netfilter/ |
H A D | nft_tunnel.c | 291 set_hwid(&opts->u.erspan.u.md2, hwid); in nft_tunnel_obj_erspan_init()
|
/kernel/linux/linux-5.10/net/sched/ |
H A D | act_tunnel_key.c | 211 set_hwid(&md->u.md2, nla_get_u8(nla)); in tunnel_key_copy_erspan_opt()
|
H A D | cls_flower.c | 1267 set_hwid(&md->u.md2, nla_get_u8(nla)); in fl_set_erspan_opt()
|
/kernel/linux/linux-6.6/net/netfilter/ |
H A D | nft_tunnel.c | 319 set_hwid(&opts->u.erspan.u.md2, hwid); in nft_tunnel_obj_erspan_init()
|
/kernel/linux/linux-6.6/net/sched/ |
H A D | act_tunnel_key.c | 212 set_hwid(&md->u.md2, nla_get_u8(nla)); in tunnel_key_copy_erspan_opt()
|
H A D | cls_flower.c | 1369 set_hwid(&md->u.md2, nla_get_u8(nla)); in fl_set_erspan_opt()
|
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | ip_tunnel_core.c | 583 set_hwid(&md->u.md2, nla_get_u8(attr)); in ip_tun_parse_opts_erspan()
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | ip_tunnel_core.c | 574 set_hwid(&md->u.md2, nla_get_u8(attr)); in ip_tun_parse_opts_erspan()
|
Completed in 29 milliseconds