/linux/include/net/ |
H A D | inet_ecn.h | 46 static inline __u8 INET_ECN_encapsulate(__u8 outer, __u8 inner) in INET_ECN_encapsulate() 120 static inline void ipv4_copy_dscp(unsigned int dscp, struct iphdr *inner) in ipv4_copy_dscp() 166 static inline void ipv6_copy_dscp(unsigned int dscp, struct ipv6hdr *inner) in ipv6_copy_dscp() 251 static inline int __INET_ECN_decapsulate(__u8 outer, __u8 inner, bool *set_ce) in __INET_ECN_decapsulate() 270 __u8 outer, __u8 inner) in INET_ECN_decapsulate() 289 __u8 inner; in IP_ECN_decapsulate() local 308 __u8 inner; in IP6_ECN_decapsulate() local
|
H A D | ip_tunnels.h | 589 u8 inner = ip_tunnel_get_dsfield(iph, skb); in ip_tunnel_ecn_encap() local
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/ |
H A D | rss.c | 168 bool inner) in rss_get_tirp() 174 bool inner) in rss_get_tir() 192 bool inner) in mlx5e_rss_create_tir() 246 bool inner) in mlx5e_rss_destroy_tir() 263 bool inner) in mlx5e_rss_create_tirs() 283 static void mlx5e_rss_destroy_tirs(struct mlx5e_rss *rss, bool inner) in mlx5e_rss_destroy_tirs() 292 bool inner) in mlx5e_rss_update_tir() 441 bool inner) in mlx5e_rss_get_tirn() 458 bool inner, u32 *tirn) in mlx5e_rss_obtain_tirn()
|
H A D | tir.c | 114 bool inner) in mlx5e_tir_builder_build_rss()
|
/linux/rust/kernel/sync/ |
H A D | arc.rs | 207 Ok(unsafe { Self::from_inner(KBox::leak(inner).into()) }) in new() localVariable 346 unsafe { ArcBorrow::new(inner) } in borrow() localVariable 479 inner: NonNull<ArcInner<T>>, global() field 635 inner: Arc<T>, global() field 650 let inner = Box::try_init::<AllocError>( new_uninit() localVariable 681 let inner = ManuallyDrop::new(self).inner.ptr; assume_init() localVariable [all...] |
/linux/drivers/net/ethernet/intel/ice/ |
H A D | ice_tc_lib.c | 99 static enum ice_protocol_type ice_proto_type_from_mac(bool inner) in ice_proto_type_from_mac() 104 static enum ice_protocol_type ice_proto_type_from_etype(bool inner) in ice_proto_type_from_etype() 109 static enum ice_protocol_type ice_proto_type_from_ipv4(bool inner) in ice_proto_type_from_ipv4() 114 static enum ice_protocol_type ice_proto_type_from_ipv6(bool inner) in ice_proto_type_from_ipv6() 381 bool inner = false; in ice_tc_fill_rules() local
|
/linux/tools/testing/selftests/bpf/progs/ |
H A D | test_map_in_map_invalid.c | 6 struct inner { struct
|
H A D | rbtree.c | 22 struct root_nested_inner inner; member
|
H A D | linked_list.c | 18 struct head_nested_inner inner; member
|
/linux/rust/kernel/block/mq/ |
H A D | tag_set.rs | 31 inner: Opaque<bindings::blk_mq_tag_set>, field
|
/linux/rust/kernel/ |
H A D | time.rs | 32 inner: bindings::ktime_t, field
|
H A D | list.rs | 149 inner: Opaque<ListLinksFields>, field 199 pub inner: ListLinks<ID>, field
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/lag/ |
H A D | port_sel.h | 28 struct mlx5_lag_ttc inner; member
|
/linux/net/netfilter/ipset/ |
H A D | ip_set_hash_netnet.c | 94 hash_netnet4_data_netmask(struct hash_netnet4_elem *elem, u8 cidr, bool inner) in hash_netnet4_data_netmask() 330 hash_netnet6_data_netmask(struct hash_netnet6_elem *elem, u8 cidr, bool inner) in hash_netnet6_data_netmask()
|
H A D | ip_set_hash_netportnet.c | 99 u8 cidr, bool inner) in hash_netportnet4_data_netmask() 391 u8 cidr, bool inner) in hash_netportnet6_data_netmask()
|
/linux/kernel/locking/ |
H A D | spinlock_debug.c | 18 struct lock_class_key *key, short inner) in __raw_spin_lock_init()
|
/linux/tools/testing/selftests/openat2/ |
H A D | openat2_test.c | 33 struct open_how inner; member
|
/linux/rust/kernel/list/ |
H A D | arc.rs | 472 inner: AtomicBool, global() field
|
/linux/net/openvswitch/ |
H A D | flow_netlink.c | 990 bool is_mask, bool inner) in encode_vlan_from_nlattrs() 1012 u64 key_attrs, bool inner, in validate_vlan_from_nlattrs() 1050 u64 key_attrs, bool inner, in validate_vlan_mask_from_nlattrs() 1092 u64 *key_attrs, bool inner, in __parse_vlan_from_nlattrs()
|
/linux/net/netfilter/ |
H A D | nft_tunnel.c | 584 struct nlattr *nest, *inner; in nft_tunnel_opts_dump() local
|
/linux/net/tipc/ |
H A D | msg.c | 523 struct tipc_msg *msg, *inner, *outer; in tipc_msg_try_bundle() local
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | en_fs.c | 1512 struct mlx5_ttc_table *mlx5e_fs_get_ttc(struct mlx5e_flow_steering *fs, bool inner) in mlx5e_fs_get_ttc() 1517 void mlx5e_fs_set_ttc(struct mlx5e_flow_steering *fs, struct mlx5_ttc_table *ttc, bool inner) in mlx5e_fs_set_ttc()
|
/linux/lib/ |
H A D | locking-selftest.c | 2525 #define GENERATE_2_CONTEXT_TESTCASE(outer, outer_lock, inner, inner_lock) \ argument 2563 #define GENERATE_2_CONTEXT_TESTCASE_FOR_ALL_OUTER(inner, inner_lock) \ argument
|
/linux/scripts/ |
H A D | unifdef.c | 803 eval_fn *inner; member
|
/linux/include/linux/avf/ |
H A D | virtchnl.h | 607 u32 inner; member 720 struct virtchnl_vlan inner; member
|