Home
last modified time | relevance | path

Searched refs:inner (Results 1 – 25 of 43) sorted by relevance

12

/Linux-v5.4/include/net/
Dinet_ecn.h44 static inline __u8 INET_ECN_encapsulate(__u8 outer, __u8 inner) in INET_ECN_encapsulate() argument
47 outer |= !INET_ECN_is_ce(inner) ? (inner & INET_ECN_MASK) : in INET_ECN_encapsulate()
107 static inline void ipv4_copy_dscp(unsigned int dscp, struct iphdr *inner) in ipv4_copy_dscp() argument
110 ipv4_change_dsfield(inner, INET_ECN_MASK, dscp); in ipv4_copy_dscp()
137 static inline void ipv6_copy_dscp(unsigned int dscp, struct ipv6hdr *inner) in ipv6_copy_dscp() argument
140 ipv6_change_dsfield(inner, INET_ECN_MASK, dscp); in ipv6_copy_dscp()
186 static inline int __INET_ECN_decapsulate(__u8 outer, __u8 inner, bool *set_ce) in __INET_ECN_decapsulate() argument
188 if (INET_ECN_is_not_ect(inner)) { in __INET_ECN_decapsulate()
205 __u8 outer, __u8 inner) in INET_ECN_decapsulate() argument
210 rc = __INET_ECN_decapsulate(outer, inner, &set_ce); in INET_ECN_decapsulate()
[all …]
Dip_tunnels.h400 u8 inner = ip_tunnel_get_dsfield(iph, skb); in ip_tunnel_ecn_encap() local
402 return INET_ECN_encapsulate(tos, inner); in ip_tunnel_ecn_encap()
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/steering/
Ddr_matcher.c178 bool inner, rx; in dr_matcher_set_ste_builders() local
200 mask.inner = matcher->mask.inner; in dr_matcher_set_ste_builders()
218 inner = false; in dr_matcher_set_ste_builders()
221 mlx5dr_ste_build_general_purpose(&sb[idx++], &mask, inner, rx); in dr_matcher_set_ste_builders()
224 mlx5dr_ste_build_register_0(&sb[idx++], &mask, inner, rx); in dr_matcher_set_ste_builders()
227 mlx5dr_ste_build_register_1(&sb[idx++], &mask, inner, rx); in dr_matcher_set_ste_builders()
233 dmn, inner, rx); in dr_matcher_set_ste_builders()
241 inner, rx); in dr_matcher_set_ste_builders()
247 mlx5dr_ste_build_eth_l2_src(&sb[idx++], &mask, inner, rx); in dr_matcher_set_ste_builders()
250 mlx5dr_ste_build_eth_l2_dst(&sb[idx++], &mask, inner, rx); in dr_matcher_set_ste_builders()
[all …]
Ddr_ste.c85 #define DR_STE_CALC_LU_TYPE(lookup_type, rx, inner) \ argument
86 ((inner) ? MLX5DR_STE_LU_TYPE_##lookup_type##_I : \
774 bool inner, u8 *bit_mask) in dr_ste_build_eth_l2_src_des_bit_mask() argument
776 struct mlx5dr_match_spec *mask = inner ? &value->inner : &value->outer; in dr_ste_build_eth_l2_src_des_bit_mask()
1022 dr_ste_copy_mask_spec(buff, &set_param->inner); in mlx5dr_ste_copy_param()
1057 struct mlx5dr_match_spec *spec = sb->inner ? &value->inner : &value->outer; in dr_ste_build_eth_l2_src_des_tag()
1102 bool inner, bool rx) in mlx5dr_ste_build_eth_l2_src_des() argument
1106 ret = dr_ste_build_eth_l2_src_des_bit_mask(mask, inner, sb->bit_mask); in mlx5dr_ste_build_eth_l2_src_des()
1111 sb->inner = inner; in mlx5dr_ste_build_eth_l2_src_des()
1112 sb->lu_type = DR_STE_CALC_LU_TYPE(ETHL2_SRC_DST, rx, inner); in mlx5dr_ste_build_eth_l2_src_des()
[all …]
Ddr_types.h181 u8 inner:1; member
281 bool inner, bool rx);
284 bool inner, bool rx);
287 bool inner, bool rx);
290 bool inner, bool rx);
293 bool inner, bool rx);
296 bool inner, bool rx);
299 bool inner, bool rx);
302 bool inner, bool rx);
305 bool inner, bool rx);
[all …]
Ddr_rule.c904 s_idx = offsetof(struct mlx5dr_match_param, inner); in dr_rule_verify()
905 e_idx = min(s_idx + sizeof(param->inner), value_size); in dr_rule_verify()
975 param->inner.ip_version == 6 || in dr_rule_is_ipv6()
977 param->inner.ethertype == ETH_P_IPV6); in dr_rule_is_ipv6()
/Linux-v5.4/crypto/
DMakefile96 CFLAGS_aegis128-neon-inner.o += -ffreestanding -march=armv7-a -mfloat-abi=softfp
97 CFLAGS_aegis128-neon-inner.o += -mfpu=crypto-neon-fp-armv8
98 aegis128-$(CONFIG_CRYPTO_AEGIS128_SIMD) += aegis128-neon.o aegis128-neon-inner.o
108 CFLAGS_aegis128-neon-inner.o += $(aegis128-cflags-y)
109 CFLAGS_REMOVE_aegis128-neon-inner.o += -mgeneral-regs-only
110 aegis128-$(CONFIG_CRYPTO_AEGIS128_SIMD) += aegis128-neon.o aegis128-neon-inner.o
/Linux-v5.4/Documentation/media/uapi/dvb/
Dfrontend-stat-properties.rst104 (FEC) on the inner coding block (before Viterbi, LDPC or other inner
123 - ``FE_SCALE_COUNTER`` - Number of error bits counted before the inner
132 Measures the amount of bits received before the inner code block, during
161 (FEC) done by inner code block (after Viterbi, LDPC or other inner
180 - ``FE_SCALE_COUNTER`` - Number of error bits counted after the inner
189 Measures the amount of bits received after the inner coding, during the
/Linux-v5.4/net/sched/
Dsch_htb.c130 } inner; member
411 if (p->inner.clprio[prio].feed.rb_node) in htb_activate_prios()
417 htb_add_to_id_tree(&p->inner.clprio[prio].feed, cl, prio); in htb_activate_prios()
447 if (p->inner.clprio[prio].ptr == cl->node + prio) { in htb_deactivate_prios()
452 p->inner.clprio[prio].last_ptr_id = cl->common.classid; in htb_deactivate_prios()
453 p->inner.clprio[prio].ptr = NULL; in htb_deactivate_prios()
457 &p->inner.clprio[prio].feed); in htb_deactivate_prios()
459 if (!p->inner.clprio[prio].feed.rb_node) in htb_deactivate_prios()
810 clp = &cl->inner.clprio[prio]; in htb_lookup_leaf()
865 htb_next_rb_node(level ? &cl->parent->inner.clprio[prio].ptr: in htb_dequeue_tree()
[all …]
/Linux-v5.4/Documentation/media/kapi/
Ddtv-frontend.rst240 On other devices, it requires inner FEC decoding,
244 Having it available after inner FEC is more common.
248 the forward error correction (FEC) on the inner coding block
249 (after Viterbi, LDPC or other inner code).
257 the forward error correction (FEC) on the inner coding block
258 (before Viterbi, LDPC or other inner code).
262 - Due to its nature, those statistics depend on inner coding lock (e. g.
267 the forward error correction (FEC) on the inner coding block
268 (before Viterbi, LDPC or other inner code).
/Linux-v5.4/Documentation/networking/
Dsegmentation-offloads.rst75 from the standard list of headers to "inner" header offsets.
79 data is normally referred to as the inner headers. Below is the list of
102 header has requested a remote checksum offload. In this case the inner
139 only the inner-most transport header and possibly the outer-most network
144 inner transport header are updated such that they will contain the correct
Dchecksum-offloads.rst57 encapsulated packet both the inner and outer checksums may need to be edited or
85 encapsulated datagram when the inner checksum is due to be offloaded.
103 Then, when the true inner checksum is filled in (either by hardware or by
130 RCO is a technique for eliding the inner checksum of an encapsulated datagram,
/Linux-v5.4/net/netfilter/ipset/
Dip_set_hash_netnet.c90 hash_netnet4_data_netmask(struct hash_netnet4_elem *elem, u8 cidr, bool inner) in hash_netnet4_data_netmask() argument
92 if (inner) { in hash_netnet4_data_netmask()
321 hash_netnet6_data_netmask(struct hash_netnet6_elem *elem, u8 cidr, bool inner) in hash_netnet6_data_netmask() argument
323 if (inner) { in hash_netnet6_data_netmask()
Dip_set_hash_netportnet.c97 u8 cidr, bool inner) in hash_netportnet4_data_netmask() argument
99 if (inner) { in hash_netportnet4_data_netmask()
373 u8 cidr, bool inner) in hash_netportnet6_data_netmask() argument
375 if (inner) { in hash_netportnet6_data_netmask()
/Linux-v5.4/net/openvswitch/
Dflow_netlink.c962 bool is_mask, bool inner) in encode_vlan_from_nlattrs() argument
973 if (likely(!inner)) { in encode_vlan_from_nlattrs()
984 u64 key_attrs, bool inner, in validate_vlan_from_nlattrs() argument
998 OVS_NLERR(log, "Invalid %s frame", (inner) ? "C-VLAN" : "VLAN"); in validate_vlan_from_nlattrs()
1008 (inner) ? "C-VLAN" : "VLAN"); in validate_vlan_from_nlattrs()
1013 (inner) ? "C-VLAN" : "VLAN"); in validate_vlan_from_nlattrs()
1022 u64 key_attrs, bool inner, in validate_vlan_mask_from_nlattrs() argument
1037 if ((!inner && !encap_valid) || (inner && !i_encap_valid)) { in validate_vlan_mask_from_nlattrs()
1039 (inner) ? "C-VLAN" : "VLAN"); in validate_vlan_mask_from_nlattrs()
1051 (inner) ? "C-VLAN" : "VLAN", ntohs(tpid)); in validate_vlan_mask_from_nlattrs()
[all …]
/Linux-v5.4/arch/arm/mm/
Dcache-v7.S83 ALT_SMP(mcr p15, 0, r0, c7, c1, 0) @ invalidate I-cache inner shareable
199 ALT_SMP(mcr p15, 0, r0, c7, c1, 0) @ invalidate I-cache inner shareable
217 ALT_SMP(mcr p15, 0, r0, c7, c1, 0) @ invalidate I-cache inner shareable
/Linux-v5.4/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/
Dmemx.fuc274 // $r6 - inner loop counter
316 // $r5 - inner inner loop counter
/Linux-v5.4/tools/testing/selftests/net/
Dpmtu.sh287 inner="${2}"
294 if [ "${inner}" = "4" ]; then
305 if [ "${inner}" = "4" ]; then
322 if [ "${inner}" = "4" ]; then
/Linux-v5.4/Documentation/input/devices/
Dappletouch.rst21 information about the inner workings of the touchpad sensors. Michael
/Linux-v5.4/Documentation/ABI/testing/
Dsysfs-fs-f2fs84 Controls discard granularity of inner discard thread, inner thread
/Linux-v5.4/scripts/
Dunifdef.c803 eval_fn *inner; member
922 lt = ops->inner(ops+1, valp, &cp); in eval_table()
934 rt = ops->inner(ops+1, &val, &cp); in eval_table()
/Linux-v5.4/Documentation/timers/
Dtimers-howto.rst10 familiar with the inner workings of the Linux Kernel.
/Linux-v5.4/drivers/usb/
DKconfig58 leaves and the inner nodes are special USB devices called hubs.
/Linux-v5.4/Documentation/networking/device_drivers/intel/
Diavf.rst208 in non-tunnel mode, filtering will be done on the inner headers. For example,
210 encapsulated packet, outer headers are ignored. Therefore, inner headers are
/Linux-v5.4/Documentation/virt/kvm/
Dnested-vmx.txt75 VMCS12_REVISION (from vmx.c) should be changed if struct vmcs12 or its inner

12