/openbmc/linux/arch/ia64/lib/ |
H A D | checksum.c | 39 __u8 proto, __wsum sum) in csum_tcpudp_magic() 50 __u8 proto, __wsum sum) in csum_tcpudp_nofold()
|
/openbmc/linux/include/trace/ |
H A D | define_custom_trace.h | 27 #define TRACE_CUSTOM_EVENT(name, proto, args, tstruct, assign, print) argument 30 #define DEFINE_CUSTOM_EVENT(template, name, proto, args) argument
|
/openbmc/linux/drivers/s390/net/ |
H A D | qeth_l3_sys.c | 20 enum qeth_prot_versions proto, u8 *addr) in qeth_l3_string_to_ipaddr() 367 enum qeth_prot_versions proto) in qeth_l3_dev_ipato_add_show() 395 static int qeth_l3_parse_ipatoe(const char *buf, enum qeth_prot_versions proto, in qeth_l3_parse_ipatoe() 423 struct qeth_card *card, enum qeth_prot_versions proto) in qeth_l3_dev_ipato_add_store() 462 struct qeth_card *card, enum qeth_prot_versions proto) in qeth_l3_dev_ipato_del_store() 571 enum qeth_prot_versions proto, in qeth_l3_dev_ip_add_show() 602 size_t count, enum qeth_prot_versions proto) in qeth_l3_vipa_store() 682 static int qeth_l3_parse_rxipe(const char *buf, enum qeth_prot_versions proto, in qeth_l3_parse_rxipe() 709 size_t count, enum qeth_prot_versions proto) in qeth_l3_rxip_store()
|
/openbmc/linux/net/ipv6/ |
H A D | exthdrs.c | 1079 static void ipv6_push_rthdr0(struct sk_buff *skb, u8 *proto, in ipv6_push_rthdr0() 1104 static void ipv6_push_rthdr4(struct sk_buff *skb, u8 *proto, in ipv6_push_rthdr4() 1153 static void ipv6_push_rthdr(struct sk_buff *skb, u8 *proto, in ipv6_push_rthdr() 1171 static void ipv6_push_exthdr(struct sk_buff *skb, u8 *proto, u8 type, struct ipv6_opt_hdr *opt) in ipv6_push_exthdr() 1181 u8 *proto, in ipv6_push_nfrag_opts() 1197 void ipv6_push_frag_opts(struct sk_buff *skb, struct ipv6_txoptions *opt, u8 *proto) in ipv6_push_frag_opts()
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | checksum_64.h | 88 __u8 proto, __wsum sum) in csum_tcpudp_nofold() 113 __u32 len, __u8 proto, in csum_tcpudp_magic()
|
H A D | irq_stack.h | 123 #define assert_function_type(func, proto) \ argument 126 #define assert_arg_type(arg, proto) \ argument
|
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/ |
H A D | iwl-devtrace.h | 77 #define TRACE_EVENT(name, proto, ...) \ argument 82 #define DEFINE_EVENT(evt_class, name, proto, ...) \ argument
|
/openbmc/linux/include/linux/ |
H A D | if_bridge.h | 30 __be16 proto; member 89 int proto) in br_multicast_has_querier_anywhere() 94 int proto) in br_multicast_has_querier_adjacent() 100 int proto) in br_multicast_has_router_adjacent()
|
/openbmc/linux/include/net/ |
H A D | esp.h | 15 static inline void esp_output_fill_trailer(u8 *tail, int tfclen, int plen, __u8 proto) in esp_output_fill_trailer() 40 __u8 proto; member
|
H A D | ncsi.h | 42 static inline int ncsi_vlan_rx_add_vid(struct net_device *dev, __be16 proto, u16 vid) in ncsi_vlan_rx_add_vid() 47 static inline int ncsi_vlan_rx_kill_vid(struct net_device *dev, __be16 proto, u16 vid) in ncsi_vlan_rx_kill_vid()
|
/openbmc/linux/samples/bpf/ |
H A D | sockex2_kern.c | 29 static inline int proto_ports_offset(__u64 proto) in proto_ports_offset() 105 __u64 proto = load_half(skb, 12); in flow_dissector() local 131 __be16 proto; in flow_dissector() member
|
/openbmc/linux/net/xfrm/ |
H A D | xfrm_state.c | 78 __be32 spi, u8 proto, unsigned short family) in xfrm_spi_hash() 1037 __be32 spi, u8 proto, in __xfrm_state_lookup_all() 1080 __be32 spi, u8 proto, in __xfrm_state_lookup() 1106 u8 proto, unsigned short family) in __xfrm_state_lookup_byaddr() 1421 unsigned short family, u8 mode, u8 proto, u32 reqid) in xfrm_stateonly_find() 1552 u32 reqid, u32 if_id, u8 proto, in __find_acq_core() 2019 u8 proto, unsigned short family) in xfrm_state_lookup() 2033 u8 proto, unsigned short family) in xfrm_state_lookup_byaddr() 2046 u32 if_id, u8 proto, const xfrm_address_t *daddr, in xfrm_find_acq() 2380 void xfrm_state_walk_init(struct xfrm_state_walk *walk, u8 proto, in xfrm_state_walk_init() [all …]
|
/openbmc/linux/net/bluetooth/ |
H A D | af_bluetooth.c | 71 void bt_sock_reclassify_lock(struct sock *sk, int proto) in bt_sock_reclassify_lock() 82 int bt_sock_register(int proto, const struct net_proto_family *ops) in bt_sock_register() 102 void bt_sock_unregister(int proto) in bt_sock_unregister() 113 static int bt_sock_create(struct net *net, struct socket *sock, int proto, in bt_sock_create() 144 struct proto *prot, int proto, gfp_t prio, int kern) in bt_sock_alloc()
|
/openbmc/linux/tools/testing/selftests/net/ |
H A D | csum.c | 169 static uint16_t checksum(void *th, uint16_t proto, size_t len) in checksum() 187 static void *build_packet_ipv4(void *_iph, uint8_t proto, unsigned int len) in build_packet_ipv4() 207 static void *build_packet_ipv6(void *_ip6h, uint8_t proto, unsigned int len) in build_packet_ipv6() 297 uint8_t proto; in build_packet() local 656 uint16_t proto = cfg_encap ? IPPROTO_UDP : cfg_proto; in recv_verify_packet_ipv4() local 677 uint16_t proto = cfg_encap ? IPPROTO_UDP : cfg_proto; in recv_verify_packet_ipv6() local
|
/openbmc/linux/drivers/infiniband/hw/usnic/ |
H A D | usnic_transport.c | 69 int proto; in usnic_transport_sock_to_str() local 173 int usnic_transport_sock_get_addr(struct socket *sock, int *proto, in usnic_transport_sock_get_addr()
|
/openbmc/linux/arch/alpha/lib/ |
H A D | checksum.c | 46 __u32 len, __u8 proto, __wsum sum) in csum_tcpudp_magic() 55 __u32 len, __u8 proto, __wsum sum) in csum_tcpudp_nofold()
|
/openbmc/linux/net/ipv6/netfilter/ |
H A D | nf_reject_ipv6.c | 20 u8 proto = ip6h->nexthdr; in nf_reject_v6_csum_ok() local 154 u8 proto; in nf_reject_ip6_tcphdr_get() local 374 u8 proto; in reject6_csum_ok() local
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | spectrum_nve.c | 64 enum mlxsw_sp_l3proto proto; member 188 enum mlxsw_sp_l3proto proto, in mlxsw_sp_nve_learned_ip_resolve() 274 enum mlxsw_sp_l3proto proto) in mlxsw_sp_nve_mc_record_create() 318 enum mlxsw_sp_l3proto proto) in mlxsw_sp_nve_mc_record_get() 536 enum mlxsw_sp_l3proto proto, in mlxsw_sp_nve_mc_record_find() 556 enum mlxsw_sp_l3proto proto, in mlxsw_sp_nve_mc_list_ip_add() 579 enum mlxsw_sp_l3proto proto, in mlxsw_sp_nve_mc_list_ip_del() 635 enum mlxsw_sp_l3proto proto, in mlxsw_sp_nve_flood_ip_add() 666 enum mlxsw_sp_l3proto proto, in mlxsw_sp_nve_flood_ip_del()
|
/openbmc/linux/drivers/net/usb/ |
H A D | cdc_mbim.c | 72 static int cdc_mbim_rx_add_vid(struct net_device *netdev, __be16 proto, u16 vid) in cdc_mbim_rx_add_vid() 86 static int cdc_mbim_rx_kill_vid(struct net_device *netdev, __be16 proto, u16 vid) in cdc_mbim_rx_kill_vid() 211 static bool is_ip_proto(__be16 proto) in is_ip_proto() 369 __be16 proto = htons(ETH_P_802_3); in cdc_mbim_process_dgram() local
|
/openbmc/linux/net/netfilter/ipvs/ |
H A D | ip_vs_proto.c | 36 #define IP_VS_PROTO_HASH(proto) ((proto) & (IP_VS_PROTO_TAB_SIZE-1)) argument 140 struct ip_vs_protocol * ip_vs_proto_get(unsigned short proto) in ip_vs_proto_get() 158 ip_vs_proto_data_get(struct netns_ipvs *ipvs, unsigned short proto) in ip_vs_proto_data_get()
|
/openbmc/linux/net/bluetooth/bnep/ |
H A D | netdev.c | 137 u16 proto = ntohs(eh->h_proto); in bnep_net_eth_proto() local 150 u16 proto = bnep_net_eth_proto(skb); in bnep_net_proto_filter() local
|
/openbmc/linux/drivers/misc/ti-st/ |
H A D | st_core.c | 38 struct st_proto_s *proto) in remove_channel_from_table() 229 struct st_proto_s *proto; in st_int_recv() local 639 long st_unregister(struct st_proto_s *proto) in st_unregister()
|
/openbmc/linux/arch/powerpc/xmon/ |
H A D | ansidecl.h | 98 #define EXFUN(name, proto) name proto argument 122 #define EXFUN(name, proto) name() argument
|
/openbmc/linux/arch/mips/include/asm/ |
H A D | checksum.h | 130 __u32 len, __u8 proto, in csum_tcpudp_nofold() 185 __u32 len, __u8 proto, in csum_ipv6_magic()
|
/openbmc/linux/drivers/staging/wlan-ng/ |
H A D | p80211conv.c | 92 u16 proto; in skb_ether_to_p80211() local 504 int p80211_stt_findproto(u16 proto) in p80211_stt_findproto()
|