/linux/arch/arm64/lib/ |
H A D | csum.c | 134 __u32 len, __u8 proto, __wsum csum) in csum_ipv6_magic()
|
/linux/tools/testing/selftests/bpf/ |
H A D | network_helpers.c | 853 u16 proto, bool ipv6, u8 pkt_type) in show_transport() 918 u_char proto; in show_ipv6_packet() local 937 u_char proto; in show_ipv4_packet() local 963 u16 proto; in traffic_monitor_thread() local
|
/linux/include/linux/ |
H A D | in.h | 21 static inline int proto_ports_offset(int proto) in proto_ports_offset()
|
/linux/net/xfrm/ |
H A D | xfrm_state_bpf.c | 41 u8 proto; member
|
/linux/drivers/scsi/isci/ |
H A D | task.h | 87 enum sas_protocol proto; member
|
/linux/lib/ |
H A D | checksum.c | 150 __u32 len, __u8 proto, __wsum sum) in csum_tcpudp_nofold()
|
/linux/net/key/ |
H A D | af_key.c | 584 pfkey_proto2satype(uint16_t proto) in pfkey_proto2satype() 603 static uint8_t pfkey_proto_to_xfrm(uint8_t proto) in pfkey_proto_to_xfrm() 608 static uint8_t pfkey_proto_from_xfrm(uint8_t proto) in pfkey_proto_from_xfrm() 656 uint16_t proto; in pfkey_xfrm_state_lookup() local 1068 uint16_t proto; in pfkey_msg2xfrm_state() local 1317 u8 proto; in pfkey_getspi() local 1577 __u8 proto; in pfkey_get() local 1761 unsigned int proto; in pfkey_flush() local 1832 u8 proto; in pfkey_dump() local 3520 uint8_t proto, uint8_t mode, int level, in set_ipsecrequest()
|
/linux/net/dsa/ |
H A D | tag_sja1105.c | 178 u16 proto; in sja1105_xmit_tpid() local 665 static void sja1105_flow_dissect(const struct sk_buff *skb, __be16 *proto, in sja1105_flow_dissect() 675 static void sja1110_flow_dissect(const struct sk_buff *skb, __be16 *proto, in sja1110_flow_dissect()
|
/linux/net/vmw_vsock/ |
H A D | vmci_transport.c | 119 u16 proto, in vmci_transport_packet_init() 192 u16 proto, in __vmci_transport_send_control_pkt() 259 u16 proto, in vmci_transport_alloc_send_control_pkt() 283 u16 proto, in vmci_transport_send_control_pkt() 1994 u16 *proto, in vmci_transport_proto_to_notify_struct()
|
/linux/net/can/ |
H A D | af_can.c | 738 int proto = cp->protocol; in can_proto_register() local 774 int proto = cp->protocol; in can_proto_unregister() local
|
/linux/include/net/ |
H A D | l3mdev.h | 179 struct sk_buff *l3mdev_l3_rcv(struct sk_buff *skb, u16 proto) in l3mdev_l3_rcv() 208 struct sk_buff *l3mdev_l3_out(struct sock *sk, struct sk_buff *skb, u16 proto) in l3mdev_l3_out()
|
H A D | raw.h | 43 static inline u32 raw_hashfunc(const struct net *net, u32 proto) in raw_hashfunc()
|
/linux/net/netfilter/ipvs/ |
H A D | ip_vs_app.c | 73 ip_vs_app_inc_new(struct netns_ipvs *ipvs, struct ip_vs_app *app, __u16 proto, in ip_vs_app_inc_new() 173 register_ip_vs_app_inc(struct netns_ipvs *ipvs, struct ip_vs_app *app, __u16 proto, in register_ip_vs_app_inc()
|
H A D | ip_vs_nfct.c | 212 struct ip_vs_conn *cp, u_int8_t proto, in ip_vs_nfct_expect_related()
|
/linux/net/ipv4/ |
H A D | tcp_ulp.c | 103 void tcp_update_ulp(struct sock *sk, struct proto *proto, in tcp_update_ulp()
|
/linux/net/netfilter/ |
H A D | xt_multiport.c | 109 check(u_int16_t proto, in check()
|
/linux/net/bridge/ |
H A D | br_stp_bpdu.c | 147 void br_stp_rcv(const struct stp_proto *proto, struct sk_buff *skb, in br_stp_rcv()
|
/linux/net/ipv6/ |
H A D | inet6_connection_sock.c | 30 u8 proto) in inet6_csk_route_req()
|
/linux/drivers/net/ethernet/intel/iavf/ |
H A D | iavf_adv_rss.c | 181 const char *proto; in iavf_print_adv_rss_cfg() local
|
/linux/tools/testing/selftests/bpf/progs/ |
H A D | test_pkt_access.c | 109 __u8 proto = 255; in test_pkt_access() local
|
H A D | xdp_flowtable.c | 46 u8 proto) in xdp_flowtable_offload_check_tcp_state()
|
/linux/samples/bpf/ |
H A D | tcbpf1_kern.c | 58 __u8 proto = load_byte(skb, ETH_HLEN + offsetof(struct iphdr, protocol)); in bpf_prog1() local
|
/linux/drivers/net/ethernet/intel/ice/ |
H A D | ice_virtchnl_fdir.c | 295 struct virtchnl_proto_hdrs *proto; in ice_vc_fdir_set_flow_fld() local 815 ice_vc_fdir_is_raw_flow(struct virtchnl_proto_hdrs *proto) in ice_vc_fdir_is_raw_flow() 832 struct virtchnl_proto_hdrs *proto, in ice_vc_fdir_parse_raw() 924 struct virtchnl_proto_hdrs *proto = &fltr->rule_cfg.proto_hdrs; in ice_vc_fdir_parse_pattern() local 1226 struct virtchnl_proto_hdrs *proto = &fltr->rule_cfg.proto_hdrs; in ice_vc_validate_fdir_fltr() local
|
/linux/tools/testing/selftests/ir/ |
H A D | ir_loopback.c | 43 enum rc_proto proto; member
|
/linux/include/trace/events/ |
H A D | libata.h | 122 #define ata_protocol_name(proto) { proto, #proto } argument
|