Home
last modified time | relevance | path

Searched full:protonum (Results 1 – 8 of 8) sorted by relevance

/linux/tools/testing/selftests/net/netfilter/
H A Dnft_zones_many.sh120 ip netns exec "$ns1" conntrack -I -s 1.1.1.1 -d 2.2.2.2 --protonum 6 \
123 ip netns exec "$ns1" conntrack -I -s 1.1.1.1 -d 2.2.2.2 --protonum 6 \
H A Dconntrack_resize.sh65 --protonum 17 --timeout 3600 --status ASSURED,SEEN_REPLY --sport \$RANDOM --dport 53; then \
/linux/net/netfilter/
H A Dnf_flow_table_offload.c475 u8 protonum = flow->tuplehash[FLOW_OFFLOAD_DIR_ORIGINAL].tuple.l4proto; in flow_offload_l4proto() local
478 switch (protonum) { in flow_offload_l4proto()
564 u8 protonum = flow->tuplehash[FLOW_OFFLOAD_DIR_ORIGINAL].tuple.l4proto; in flow_offload_ipv4_checksum() local
573 switch (protonum) { in flow_offload_ipv4_checksum()
/linux/Documentation/netlink/
H A Dnetlink-raw.yaml45 protonum:
/linux/net/openvswitch/
H A Dconntrack.c188 key->ct_orig_proto = orig->dst.protonum; in __ovs_ct_update_key_orig_tp()
189 if (orig->dst.protonum == icmp_proto) { in __ovs_ct_update_key_orig_tp()
/linux/net/sched/
H A Dact_ct.c1531 nla_put_u8(skb, TCA_CT_HELPER_PROTO, helper->tuple.dst.protonum)) in tcf_ct_dump_helper()
/linux/tools/net/ynl/pyynl/lib/
H A Dynl.py704 self.yaml['protonum'])
/linux/tools/net/ynl/pyynl/
H A Dynl_gen_c.py3405 cw.p(f'.classic_id\t= {family.get("protonum")},')