/Linux-v4.19/include/net/ |
D | inet_ecn.h | 44 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() 187 __u8 outer, __u8 inner) in INET_ECN_decapsulate() argument 189 if (INET_ECN_is_not_ect(inner)) { in INET_ECN_decapsulate() 210 __u8 inner; in IP_ECN_decapsulate() local 213 inner = ip_hdr(skb)->tos; in IP_ECN_decapsulate() [all …]
|
D | ip_tunnels.h | 397 u8 inner = ip_tunnel_get_dsfield(iph, skb); in ip_tunnel_ecn_encap() local 399 return INET_ECN_encapsulate(tos, inner); in ip_tunnel_ecn_encap()
|
/Linux-v4.19/Documentation/media/uapi/dvb/ |
D | frontend-stat-properties.rst | 97 (FEC) on the inner coding block (before Viterbi, LDPC or other inner 116 - ``FE_SCALE_COUNTER`` - Number of error bits counted before the inner 125 Measures the amount of bits received before the inner code block, during 154 (FEC) done by inner code block (after Viterbi, LDPC or other inner 173 - ``FE_SCALE_COUNTER`` - Number of error bits counted after the inner 182 Measures the amount of bits received after the inner coding, during the
|
/Linux-v4.19/net/sched/ |
D | sch_htb.c | 134 } inner; member 414 if (p->un.inner.clprio[prio].feed.rb_node) in htb_activate_prios() 420 htb_add_to_id_tree(&p->un.inner.clprio[prio].feed, cl, prio); in htb_activate_prios() 450 if (p->un.inner.clprio[prio].ptr == cl->node + prio) { in htb_deactivate_prios() 455 p->un.inner.clprio[prio].last_ptr_id = cl->common.classid; in htb_deactivate_prios() 456 p->un.inner.clprio[prio].ptr = NULL; in htb_deactivate_prios() 460 &p->un.inner.clprio[prio].feed); in htb_deactivate_prios() 462 if (!p->un.inner.clprio[prio].feed.rb_node) in htb_deactivate_prios() 826 clp = &cl->un.inner.clprio[prio]; in htb_lookup_leaf() 881 htb_next_rb_node(level ? &cl->parent->un.inner.clprio[prio].ptr: in htb_dequeue_tree() [all …]
|
/Linux-v4.19/Documentation/media/kapi/ |
D | dtv-frontend.rst | 238 On other devices, it requires inner FEC decoding, 242 Having it available after inner FEC is more common. 246 the forward error correction (FEC) on the inner coding block 247 (after Viterbi, LDPC or other inner code). 255 the forward error correction (FEC) on the inner coding block 256 (before Viterbi, LDPC or other inner code). 260 - Due to its nature, those statistics depend on inner coding lock (e. g. 265 the forward error correction (FEC) on the inner coding block 266 (before Viterbi, LDPC or other inner code).
|
/Linux-v4.19/Documentation/networking/ |
D | segmentation-offloads.txt | 67 from the standard list of headers to "inner" header offsets. 71 data is normally referred to as the inner headers. Below is the list of 92 header has requested a remote checksum offload. In this case the inner 126 only the inner-most transport header and possibly the outer-most network 131 inner transport header are updated such that they will contain the correct
|
D | checksum-offloads.txt | 45 encapsulated packet both the inner and outer checksums may need to be 73 encapsulated datagram when the inner checksum is due to be offloaded. 87 Then, when the true inner checksum is filled in (either by hardware or by 112 RCO is a technique for eliding the inner checksum of an encapsulated
|
D | gtp.txt | 111 on the inner (user) IP layer, or on the outer (transport) layer.
|
D | pktgen.txt | 192 inner label=0 (IPv4 NULL)) Note that
|
/Linux-v4.19/net/netfilter/ipset/ |
D | ip_set_hash_netnet.c | 93 hash_netnet4_data_netmask(struct hash_netnet4_elem *elem, u8 cidr, bool inner) in hash_netnet4_data_netmask() argument 95 if (inner) { in hash_netnet4_data_netmask() 324 hash_netnet6_data_netmask(struct hash_netnet6_elem *elem, u8 cidr, bool inner) in hash_netnet6_data_netmask() argument 326 if (inner) { in hash_netnet6_data_netmask()
|
D | ip_set_hash_netportnet.c | 101 u8 cidr, bool inner) in hash_netportnet4_data_netmask() argument 103 if (inner) { in hash_netportnet4_data_netmask() 377 u8 cidr, bool inner) in hash_netportnet6_data_netmask() argument 379 if (inner) { in hash_netportnet6_data_netmask()
|
/Linux-v4.19/net/openvswitch/ |
D | flow_netlink.c | 950 bool is_mask, bool inner) in encode_vlan_from_nlattrs() argument 961 if (likely(!inner)) { in encode_vlan_from_nlattrs() 972 u64 key_attrs, bool inner, in validate_vlan_from_nlattrs() argument 986 OVS_NLERR(log, "Invalid %s frame", (inner) ? "C-VLAN" : "VLAN"); in validate_vlan_from_nlattrs() 996 (inner) ? "C-VLAN" : "VLAN"); in validate_vlan_from_nlattrs() 1001 (inner) ? "C-VLAN" : "VLAN"); in validate_vlan_from_nlattrs() 1010 u64 key_attrs, bool inner, in validate_vlan_mask_from_nlattrs() argument 1025 if ((!inner && !encap_valid) || (inner && !i_encap_valid)) { in validate_vlan_mask_from_nlattrs() 1027 (inner) ? "C-VLAN" : "VLAN"); in validate_vlan_mask_from_nlattrs() 1039 (inner) ? "C-VLAN" : "VLAN", ntohs(tpid)); in validate_vlan_mask_from_nlattrs() [all …]
|
/Linux-v4.19/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/ |
D | memx.fuc | 274 // $r6 - inner loop counter 316 // $r5 - inner inner loop counter
|
/Linux-v4.19/arch/arm/mm/ |
D | cache-v7.S | 78 ALT_SMP(mcr p15, 0, r0, c7, c1, 0) @ invalidate I-cache inner shareable 191 ALT_SMP(mcr p15, 0, r0, c7, c1, 0) @ invalidate I-cache inner shareable 209 ALT_SMP(mcr p15, 0, r0, c7, c1, 0) @ invalidate I-cache inner shareable
|
/Linux-v4.19/Documentation/ABI/testing/ |
D | sysfs-fs-f2fs | 84 Controls discard granularity of inner discard thread, inner thread
|
/Linux-v4.19/Documentation/input/devices/ |
D | appletouch.rst | 21 information about the inner workings of the touchpad sensors. Michael
|
/Linux-v4.19/scripts/ |
D | unifdef.c | 803 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-v4.19/Documentation/timers/ |
D | timers-howto.txt | 9 familiar with the inner workings of the Linux Kernel.
|
/Linux-v4.19/Documentation/x86/ |
D | topology.txt | 15 here to *document* the inner workings of x86 topology.
|
/Linux-v4.19/drivers/usb/ |
D | Kconfig | 57 leaves and the inner nodes are special USB devices called hubs.
|
/Linux-v4.19/Documentation/virtual/kvm/ |
D | nested-vmx.txt | 75 VMCS12_REVISION (from vmx.c) should be changed if struct vmcs12 or its inner
|
/Linux-v4.19/Documentation/usb/ |
D | CREDITS | 108 inner workings with a USB Inspector.
|
/Linux-v4.19/Documentation/trace/ |
D | ftrace.rst | 2039 … <...>-3638 [001] d... 19452.055471: #1 inner/outer(us): 12/14 ts:1499801089.066141940 2040 … <...>-3638 [003] d... 19454.071354: #2 inner/outer(us): 11/9 ts:1499801091.082164365 2041 … <...>-3638 [002] dn.. 19461.126852: #3 inner/outer(us): 12/9 ts:1499801098.138150062 2042 … <...>-3638 [001] d... 19488.340960: #4 inner/outer(us): 8/12 ts:1499801125.354139633 2043 … <...>-3638 [003] d... 19494.388553: #5 inner/outer(us): 8/12 ts:1499801131.402150961 2044 …<...>-3638 [003] d... 19501.283419: #6 inner/outer(us): 0/12 ts:1499801138.297435289 nm… 2054 inner/outer(us): 12/14 2056 This shows two numbers as "inner latency" and "outer latency". The test 2058 the two timestamps is the "inner latency" and the latency detected
|
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/ |
D | en.h | 801 void *tirc, bool inner);
|
/Linux-v4.19/Documentation/ |
D | crc32.txt | 110 word at a time and increase the inner loop count to 32.
|