Home
last modified time | relevance | path

Searched refs:proto (Results 226 – 250 of 1112) sorted by relevance

12345678910>>...45

/openbmc/linux/tools/testing/selftests/net/
H A Dtest_ingress_egress_chaining.sh57 tc filter add dev $veth2 ingress prio 1 proto all flower \
59 tc filter add dev $veth1 ingress prio 1 proto all flower \
64 tc filter add dev $peer1 egress prio 20 proto ip flower \
H A Drtnetlink.sh1358 local proto
1365 proto=$(address_get_proto "$addr3")
1366 [[ "$proto" == null ]]
1372 [[ "$proto" == 0x99 ]]
1377 proto=$(address_get_proto "$addr")
1378 [[ "$proto" == 0xab ]]
1382 proto=$(address_get_proto "$addr")
1384 [[ "$proto" == 0x11 ]]
1392 count=$(address_count proto 0)
1397 count=$(address_count proto 0x11)
[all …]
/openbmc/linux/arch/hexagon/lib/
H A Dchecksum.c51 __u32 len, __u8 proto, __wsum sum) in csum_tcpudp_magic() argument
55 (__force u64)sum + ((len + proto) << 8)); in csum_tcpudp_magic()
59 __u32 len, __u8 proto, __wsum sum) in csum_tcpudp_nofold() argument
64 (__force u64)sum + ((len + proto) << 8); in csum_tcpudp_nofold()
/openbmc/linux/include/uapi/linux/netfilter/
H A Dxt_policy.h27 proto:1, member
60 __u8 proto; member
/openbmc/linux/arch/arc/include/asm/
H A Dchecksum.h71 __u8 proto, __wsum sum) in csum_tcpudp_nofold() argument
86 "r"(htons(proto)) in csum_tcpudp_nofold()
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dtest_tc_peer.c46 __u16 proto = skb->protocol; in tc_src_l3() local
57 if (bpf_skb_store_bytes(skb, ETH_ALEN + ETH_ALEN, &proto, sizeof(__u16), 0) != 0) in tc_src_l3()
H A Dbpf_flow.c51 __be16 proto; member
116 static __always_inline int parse_eth_proto(struct __sk_buff *skb, __be16 proto) in parse_eth_proto() argument
120 switch (proto) { in parse_eth_proto()
165 static __always_inline int parse_ip_proto(struct __sk_buff *skb, __u8 proto) in parse_ip_proto() argument
175 switch (proto) { in parse_ip_proto()
214 if (gre->proto == bpf_htons(ETH_P_TEB)) { in parse_ip_proto()
224 return parse_eth_proto(skb, gre->proto); in parse_ip_proto()
/openbmc/linux/include/linux/dsa/
H A Dsja1105.h69 BUG_ON(ds->dst->tag_ops->proto != DSA_TAG_PROTO_SJA1105 && in sja1105_tagger_data()
70 ds->dst->tag_ops->proto != DSA_TAG_PROTO_SJA1110); in sja1105_tagger_data()
/openbmc/linux/net/hsr/
H A Dhsr_forward.c516 int hsr_fill_frame_info(__be16 proto, struct sk_buff *skb, in hsr_fill_frame_info() argument
523 if ((!hsr->prot_version && proto == htons(ETH_P_PRP)) || in hsr_fill_frame_info()
524 proto == htons(ETH_P_HSR)) { in hsr_fill_frame_info()
543 int prp_fill_frame_info(__be16 proto, struct sk_buff *skb, in prp_fill_frame_info() argument
568 __be16 proto; in fill_frame_info() local
585 proto = ethhdr->h_proto; in fill_frame_info()
587 if (proto == htons(ETH_P_8021Q)) in fill_frame_info()
592 proto = vlan_hdr->vlanhdr.h_vlan_encapsulated_proto; in fill_frame_info()
600 ret = hsr->proto_ops->fill_frame_info(proto, skb, frame); in fill_frame_info()
/openbmc/linux/net/ipv4/
H A Dipip.c202 .proto = htons(ETH_P_IP),
208 .proto = htons(ETH_P_MPLS_UC),
238 if (iptunnel_pull_header(skb, 0, tpi->proto, false)) in ipip_tunnel_rcv()
395 u8 proto; in ipip_tunnel_validate() local
400 proto = nla_get_u8(data[IFLA_IPTUN_PROTO]); in ipip_tunnel_validate()
401 if (proto != IPPROTO_IPIP && proto != IPPROTO_MPLS && proto != 0) in ipip_tunnel_validate()
H A Dtcp_ulp.c103 void tcp_update_ulp(struct sock *sk, struct proto *proto, in tcp_update_ulp() argument
109 icsk->icsk_ulp_ops->update(sk, proto, write_space); in tcp_update_ulp()
H A Dfou_core.c236 u8 proto = fou_from_sock(sk)->protocol; in fou_gro_receive() local
252 ops = rcu_dereference(offloads[proto]); in fou_gro_receive()
266 u8 proto = fou_from_sock(sk)->protocol; in fou_gro_complete() local
321 u8 proto; in gue_gro_receive() local
338 proto = IPPROTO_IPIP; in gue_gro_receive()
341 proto = IPPROTO_IPV6; in gue_gro_receive()
419 proto = guehdr->proto_ctype; in gue_gro_receive()
454 u8 proto; in gue_gro_complete() local
459 proto = guehdr->proto_ctype; in gue_gro_complete()
465 proto = IPPROTO_IPIP; in gue_gro_complete()
[all …]
/openbmc/linux/net/batman-adv/
H A Dtrace.h24 #define TRACE_EVENT(name, proto, ...) \ argument
25 static inline void trace_ ## name(proto) {}
/openbmc/linux/drivers/net/wireless/ath/
H A Dtrace.h29 #define TRACE_EVENT(name, proto, ...) static inline void trace_ ## name(proto) {} argument
/openbmc/linux/include/trace/
H A Ddefine_custom_trace.h27 #define TRACE_CUSTOM_EVENT(name, proto, args, tstruct, assign, print) argument
30 #define DEFINE_CUSTOM_EVENT(template, name, proto, args) argument
/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/
H A Drepo.py38 ud.proto = ud.parm.get('protocol', 'git')
65 …nit -m %s -b %s -u %s://%s%s%s" % (ud.basecmd, ud.manifest, ud.branch, ud.proto, username, ud.host…
66 …nit -m %s -b %s -u %s://%s%s%s" % (ud.basecmd, ud.manifest, ud.branch, ud.proto, username, ud.host…
H A Dclearcase.py79 ud.proto = "https"
81 ud.proto = ud.parm['protocol']
82 if not ud.proto in ('http', 'https'):
105 ud.server = "%s://%s%s" % (ud.proto, ud.host, ud.path)
121 self.debug("proto = %s" % ud.proto)
/openbmc/u-boot/arch/powerpc/cpu/mpc83xx/
H A Dserdes.c47 void fsl_setup_serdes(u32 offset, char proto, u32 rfcks, char vdd) in fsl_setup_serdes() argument
66 switch (proto) { in fsl_setup_serdes()
121 if (proto == FSL_SERDES_PROTO_PEX_X2) in fsl_setup_serdes()
/openbmc/linux/net/netfilter/
H A Dnf_nat_ovs.c15 __be16 proto = skb_protocol(skb, true); in nf_ct_nat_execute() local
27 if (proto == htons(ETH_P_IP) && in nf_ct_nat_execute()
33 } else if (IS_ENABLED(CONFIG_IPV6) && proto == htons(ETH_P_IPV6)) { in nf_ct_nat_execute()
/openbmc/linux/drivers/net/wan/
H A Dhdlc_cisco.c296 static struct hdlc_proto proto = { variable
319 if (dev_to_hdlc(dev)->proto != &proto) in cisco_ioctl()
349 result = attach_hdlc_protocol(dev, &proto, in cisco_ioctl()
369 register_hdlc_protocol(&proto); in hdlc_cisco_init()
375 unregister_hdlc_protocol(&proto); in hdlc_cisco_exit()
/openbmc/linux/Documentation/userspace-api/media/rc/
H A Drc-sysfs-nodes.rst43 Writing "+proto" will add a protocol to the list of enabled protocols.
45 Writing "-proto" will remove a protocol from the list of enabled
48 Writing "proto" will enable only "proto".
106 Writing "proto" will use "proto" for wakeup events.
/openbmc/linux/include/uapi/linux/
H A Dxfrm.h28 __u8 proto; member
59 __u8 proto; member
402 __u8 proto; member
463 __u8 proto; member
467 __u8 proto; member
485 __u8 proto; member
/openbmc/linux/drivers/scsi/
H A Dps3rom.c45 u32 proto; /* transfer mode */ member
105 atapi_cmnd.proto = DMA_PROTO; in ps3rom_atapi_request()
107 atapi_cmnd.proto = PIO_DATA_IN_PROTO; in ps3rom_atapi_request()
113 atapi_cmnd.proto = DMA_PROTO; in ps3rom_atapi_request()
115 atapi_cmnd.proto = PIO_DATA_OUT_PROTO; in ps3rom_atapi_request()
121 atapi_cmnd.proto = NON_DATA_PROTO; in ps3rom_atapi_request()
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/postfix/files/
H A D0002-Change-fixed-postconf-to-a-variable-for-cross-compil.patch18 @@ -22,7 +22,7 @@ META = meta/main.cf.proto meta/master.cf.proto meta/postfix-files \
51 @@ -454,7 +454,7 @@ template files main.cf.proto and master.cf.proto."
/openbmc/openbmc-test-automation/lib/
H A Dbmc_ipv6_utils.robot80 # 2xxx:xxxx:0:1::/64 dev eth0 proto kernel metric 256
81 # fe80::/64 dev eth1 proto kernel metric 256
82 # fe80::/64 dev eth0 proto kernel metric 256
83 # fe80::/64 dev eth2 proto kernel metric 256

12345678910>>...45