| /linux-4.1.27/include/trace/ | 
| D | define_trace.h | 26 #define TRACE_EVENT(name, proto, args, tstruct, assign, print)	\  argument 30 #define TRACE_EVENT_CONDITION(name, proto, args, cond, tstruct, assign, print) \  argument 39 #define TRACE_EVENT_FN(name, proto, args, tstruct,		\  argument 44 #define DEFINE_EVENT(template, name, proto, args) \  argument 48 #define DEFINE_EVENT_FN(template, name, proto, args, reg, unreg) \  argument 52 #define DEFINE_EVENT_PRINT(template, name, proto, args, print)	\  argument 56 #define DEFINE_EVENT_CONDITION(template, name, proto, args, cond) \  argument 60 #define DECLARE_TRACE(name, proto, args)	\  argument 87 #define DECLARE_TRACE(name, proto, args)  argument
  | 
| D | ftrace.h | 59 #define TRACE_EVENT(name, proto, args, tstruct, assign, print) \  argument 97 #define DECLARE_EVENT_CLASS(name, proto, args, tstruct, assign, print)	\  argument 107 #define DEFINE_EVENT(template, name, proto, args)	\  argument 112 #define DEFINE_EVENT_FN(template, name, proto, args, reg, unreg)	\  argument 116 #define DEFINE_EVENT_PRINT(template, name, proto, args, print)	\  argument 121 #define TRACE_EVENT_FN(name, proto, args, tstruct,			\  argument 180 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print)	\  argument 186 #define DEFINE_EVENT(template, name, proto, args)  argument 189 #define DEFINE_EVENT_PRINT(template, name, proto, args, print)	\  argument 305 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print)	\  argument [all …] 
 | 
| /linux-4.1.27/net/ipv4/ | 
| D | gre_demux.c | 36 int gre_add_protocol(const struct gre_protocol *proto, u8 version)  in gre_add_protocol() 46 int gre_del_protocol(const struct gre_protocol *proto, u8 version)  in gre_del_protocol() 181 		struct gre_cisco_protocol *proto;  in gre_cisco_rcv()  local 241 		struct gre_cisco_protocol *proto;  in gre_cisco_err()  local 257 	const struct gre_protocol *proto;  in gre_rcv()  local 285 	const struct gre_protocol *proto;  in gre_err()  local 312 	struct gre_cisco_protocol **proto = (struct gre_cisco_protocol **)  in gre_cisco_register()  local 321 	struct gre_cisco_protocol **proto = (struct gre_cisco_protocol **)  in gre_cisco_unregister()  local
  | 
| D | ip_tunnel_core.c | 50 		  __be32 src, __be32 dst, __u8 proto,  in iptunnel_xmit()
  | 
| D | af_inet.c | 1210 	int proto;  in inet_gso_segment()  local 1305 	int proto;  in inet_gro_receive()  local 1407 	int proto = iph->protocol;  in inet_gro_complete()  local
  | 
| D | fou.c | 182 	u8 proto = NAPI_GRO_CB(skb)->proto;  in fou_gro_receive()  local 203 	u8 proto = NAPI_GRO_CB(skb)->proto;  in fou_gro_complete()  local 376 	u8 proto;  in gue_gro_complete()  local
  | 
| /linux-4.1.27/include/linux/ | 
| D | tracepoint.h | 128 #define __DO_TRACE(tp, proto, args, cond, prercu, postrcu)		\  argument 151 #define __DECLARE_TRACE_RCU(name, proto, args, cond, data_proto, data_args)	\  argument 163 #define __DECLARE_TRACE_RCU(name, proto, args, cond, data_proto, data_args)  argument 177 #define __DECLARE_TRACE(name, proto, args, cond, data_proto, data_args) \  argument 240 #define __DECLARE_TRACE(name, proto, args, cond, data_proto, data_args) \  argument 336 #define DECLARE_TRACE(name, proto, args)				\  argument 342 #define DECLARE_TRACE_CONDITION(name, proto, args, cond)		\  argument 460 #define DECLARE_EVENT_CLASS(name, proto, args, tstruct, assign, print)  argument 461 #define DEFINE_EVENT(template, name, proto, args)		\  argument 463 #define DEFINE_EVENT_FN(template, name, proto, args, reg, unreg)\  argument [all …] 
 | 
| D | if_bridge.h | 27 	__be16		proto;  member 66 						     int proto)  in br_multicast_has_querier_anywhere() 71 						     int proto)  in br_multicast_has_querier_adjacent()
  | 
| D | net.h | 286 #define MODULE_ALIAS_NETPROTO(proto) \  argument 289 #define MODULE_ALIAS_NET_PF_PROTO(pf, proto) \  argument 292 #define MODULE_ALIAS_NET_PF_PROTO_TYPE(pf, proto, type) \  argument 296 #define MODULE_ALIAS_NET_PF_PROTO_NAME(pf, proto, name) \  argument
  | 
| D | if_vlan.h | 243 static inline int vlan_vid_add(struct net_device *dev, __be16 proto, u16 vid)  in vlan_vid_add() 248 static inline void vlan_vid_del(struct net_device *dev, __be16 proto, u16 vid)  in vlan_vid_del() 275 					   __be16 proto)  in vlan_hw_offload_capable() 533 	__be16 proto;  in vlan_set_encap_proto()  local
  | 
| D | in.h | 25 static inline int proto_ports_offset(int proto)  in proto_ports_offset()
  | 
| D | hdlc.h | 47 	const struct hdlc_proto *proto;  member
  | 
| D | if_pppox.h | 56 	} proto;  member
  | 
| D | skbuff.h | 3069 static inline __wsum null_compute_pseudo(struct sk_buff *skb, int proto)  in null_compute_pseudo() 3084 #define __skb_checksum_validate(skb, proto, complete,			\  argument 3095 #define skb_checksum_init(skb, proto, compute_pseudo)			\  argument 3098 #define skb_checksum_init_zero_check(skb, proto, check, compute_pseudo)	\  argument 3101 #define skb_checksum_validate(skb, proto, compute_pseudo)		\  argument 3104 #define skb_checksum_validate_zero_check(skb, proto, check,		\  argument 3124 #define skb_checksum_try_convert(skb, proto, check, compute_pseudo)	\  argument
  | 
| /linux-4.1.27/include/net/ | 
| D | sock.h | 940 struct proto {  struct 941 	void			(*close)(struct sock *sk, 943 	int			(*connect)(struct sock *sk, 946 	int			(*disconnect)(struct sock *sk, int flags); 948 	struct sock *		(*accept)(struct sock *sk, int flags, int *err); 950 	int			(*ioctl)(struct sock *sk, int cmd, 952 	int			(*init)(struct sock *sk); 953 	void			(*destroy)(struct sock *sk); 954 	void			(*shutdown)(struct sock *sk, int how); 955 	int			(*setsockopt)(struct sock *sk, int level, [all …] 
 | 
| D | ip6_checksum.h | 44 static inline __wsum ip6_compute_pseudo(struct sk_buff *skb, int proto)  in ip6_compute_pseudo() 51 static inline __wsum ip6_gro_compute_pseudo(struct sk_buff *skb, int proto)  in ip6_gro_compute_pseudo()
  | 
| D | ip6_tunnel.h | 21 	__u8 proto;		/* tunnel protocol */  member
  | 
| D | ip.h | 353 static inline __wsum inet_compute_pseudo(struct sk_buff *skb, int proto)  in inet_compute_pseudo() 372 static inline __wsum inet_gro_compute_pseudo(struct sk_buff *skb, int proto)  in inet_gro_compute_pseudo()
  | 
| D | xfrm.h | 43 #define MODULE_ALIAS_XFRM_TYPE(family, proto) \  argument 122 	u8			proto;  member 256 		u32 proto;  member 320 	unsigned int		proto;  member 365 	u8			proto;  member 568 	u8			proto;  member 775 				     struct sk_buff *skb, u8 proto)  in xfrm_audit_state_icvfail() 1305 static inline int xfrm_id_proto_match(u8 proto, u8 userproto)  in xfrm_id_proto_match()
  | 
| D | garp.h | 95 	struct stp_proto	proto;  member
  | 
| D | ip_tunnels.h | 107 	__be16 proto;  member
  | 
| D | route.h | 140 						   __u8 proto, __u8 tos, int oif)  in ip_route_output_ports()
  | 
| /linux-4.1.27/net/802/ | 
| D | psnap.c | 35 	struct datalink_proto *proto = NULL, *p;  in find_snap_client()  local 53 	struct datalink_proto *proto;  in snap_rcv()  local 132 	struct datalink_proto *proto = NULL;  in register_snap_client()  local 156 void unregister_snap_client(struct datalink_proto *proto)  in unregister_snap_client()
  | 
| D | stp.c | 38 	const struct stp_proto *proto;  in stp_pdu_rcv()  local 65 int stp_proto_register(const struct stp_proto *proto)  in stp_proto_register() 88 void stp_proto_unregister(const struct stp_proto *proto)  in stp_proto_unregister()
  | 
| D | p8022.c | 41 	struct datalink_proto *proto;  in register_8022_client()  local 57 void unregister_8022_client(struct datalink_proto *proto)  in unregister_8022_client()
  | 
| D | p8023.c | 44 	struct datalink_proto *proto = kmalloc(sizeof(*proto), GFP_ATOMIC);  in make_8023_client()  local
  | 
| D | garp.c | 501 static void garp_pdu_rcv(const struct stp_proto *proto, struct sk_buff *skb,  in garp_pdu_rcv()
  | 
| /linux-4.1.27/net/8021q/ | 
| D | vlan_core.c | 154 	__be16 proto;  member 172 					       __be16 proto, u16 vid)  in vlan_vid_info_get() 183 static struct vlan_vid_info *vlan_vid_info_alloc(__be16 proto, u16 vid)  in vlan_vid_info_alloc() 196 static int __vlan_vid_add(struct vlan_info *vlan_info, __be16 proto, u16 vid,  in __vlan_vid_add() 221 int vlan_vid_add(struct net_device *dev, __be16 proto, u16 vid)  in vlan_vid_add() 262 	__be16 proto = vid_info->proto;  in __vlan_vid_del()  local 278 void vlan_vid_del(struct net_device *dev, __be16 proto, u16 vid)  in vlan_vid_del()
  | 
| D | vlan_netlink.c | 121 	__be16 proto;  in vlan_newlink()  local
  | 
| D | vlan.h | 38 static inline unsigned int vlan_proto_idx(__be16 proto)  in vlan_proto_idx()
  | 
| /linux-4.1.27/net/netfilter/ipset/ | 
| D | ip_set_getport.c | 25 	 bool src, __be16 *port, u8 *proto)  in get_port() 98 		    __be16 *port, u8 *proto)  in ip_set_get_ip4_port() 131 		    __be16 *port, u8 *proto)  in ip_set_get_ip6_port() 152 	u8 proto;  in ip_set_get_ip_port()  local
  | 
| D | ip_set_hash_ipport.c | 48 	u8 proto;  member 210 	u8 proto;  member
  | 
| D | ip_set_hash_ipportip.c | 49 	u8 proto;  member 217 	u8 proto;  member
  | 
| D | ip_set_hash_netport.c | 57 	u8 proto;  member 273 	u8 proto;  member
  | 
| D | ip_set_hash_ipportnet.c | 61 	u8 proto;  member 314 	u8 proto;  member
  | 
| D | ip_set_hash_netportnet.c | 58 	u8 proto;  member 330 	u8 proto;  member
  | 
| /linux-4.1.27/drivers/net/wan/ | 
| D | hdlc_ppp.c | 65 struct proto {  struct 69 	u16 pid;		/* protocol ID */  argument 76 	struct proto protos[IDX_COUNT];  argument 309 	struct proto *proto = get_proto(dev, pid);  in ppp_cp_event()  local 437 	struct proto *proto;  in ppp_rx()  local 563 	struct proto *proto = (struct proto *)arg;  in ppp_timer()  local 611 		struct proto *proto = &ppp->protos[i];  in ppp_start()  local 635 static struct hdlc_proto proto = {  variable
  | 
| D | hdlc.c | 208 	struct hdlc_proto *proto = first_proto;  in hdlc_ioctl()  local 276 int attach_hdlc_protocol(struct net_device *dev, struct hdlc_proto *proto,  in attach_hdlc_protocol() 312 void register_hdlc_protocol(struct hdlc_proto *proto)  in register_hdlc_protocol() 321 void unregister_hdlc_protocol(struct hdlc_proto *proto)  in unregister_hdlc_protocol()
  | 
| D | hdlc_raw.c | 32 static struct hdlc_proto proto = {  variable
  | 
| D | hdlc_raw_eth.c | 46 static struct hdlc_proto proto = {  variable
  | 
| D | hdlc_x25.c | 180 static struct hdlc_proto proto = {  variable
  | 
| D | hdlc_cisco.c | 320 static struct hdlc_proto proto = {  variable
  | 
| /linux-4.1.27/net/ipv6/ | 
| D | ip6_offload.c | 22 static int ipv6_gso_pull_exthdrs(struct sk_buff *skb, int proto)  in ipv6_gso_pull_exthdrs() 63 	int proto;  in ipv6_gso_segment()  local 147 	int len = 0, proto, optlen = sizeof(*iph);  in ipv6_exthdrs_len()  local 177 	int proto;  in ipv6_gro_receive()  local
  | 
| D | ip6_checksum.c | 9 			__u32 len, unsigned short proto,  in csum_ipv6_magic() 65 int udp6_csum_init(struct sk_buff *skb, struct udphdr *uh, int proto)  in udp6_csum_init()
  | 
| D | exthdrs.c | 655 static void ipv6_push_rthdr(struct sk_buff *skb, u8 *proto,  in ipv6_push_rthdr() 680 static void ipv6_push_exthdr(struct sk_buff *skb, u8 *proto, u8 type, struct ipv6_opt_hdr *opt)  in ipv6_push_exthdr() 690 			  u8 *proto,  in ipv6_push_nfrag_opts() 707 void ipv6_push_frag_opts(struct sk_buff *skb, struct ipv6_txoptions *opt, u8 *proto)  in ipv6_push_frag_opts()
  | 
| D | xfrm6_input.c | 59 		     xfrm_address_t *saddr, u8 proto)  in xfrm6_input_addr()
  | 
| D | xfrm6_output.c | 32 	int proto;  in xfrm6_local_dontfrag()  local
  | 
| D | ip6_output.c | 164 	u8  proto = fl6->flowi6_proto;  in ip6_xmit()  local 1614 	unsigned char proto = fl6->flowi6_proto;  in __ip6_make_skb()  local
  | 
| /linux-4.1.27/include/linux/netfilter/ipset/ | 
| D | ip_set_getport.h | 12 				       __be16 *port, u8 *proto)  in ip_set_get_ip6_port() 21 static inline bool ip_set_proto_with_ports(u8 proto)  in ip_set_proto_with_ports()
  | 
| /linux-4.1.27/arch/arm/include/asm/ | 
| D | checksum.h | 88 		   unsigned short proto, __wsum sum)  in csum_tcpudp_nofold() 125 		  unsigned short proto, __wsum sum)  in csum_tcpudp_magic() 148 		unsigned short proto, __wsum sum)  in csum_ipv6_magic()
  | 
| /linux-4.1.27/arch/frv/include/asm/ | 
| D | checksum.h | 109 		  unsigned short proto, __wsum sum)  in csum_tcpudp_nofold() 124 		  unsigned short proto, __wsum sum)  in csum_tcpudp_magic() 138 		__u32 len, unsigned short proto, __wsum sum)  in csum_ipv6_magic()
  | 
| /linux-4.1.27/arch/m68k/include/asm/ | 
| D | checksum.h | 82 		  unsigned short proto, __wsum sum)  in csum_tcpudp_nofold() 102 		  unsigned short proto, __wsum sum)  in csum_tcpudp_magic() 120 		__u32 len, unsigned short proto, __wsum sum)  in csum_ipv6_magic()
  | 
| /linux-4.1.27/drivers/net/wireless/brcm80211/brcmsmac/ | 
| D | brcms_trace_events.h | 27 #define TRACE_EVENT(name, proto, ...) \  argument 32 #define DEFINE_EVENT(evt_class, name, proto, ...) \  argument
  | 
| /linux-4.1.27/arch/parisc/include/asm/ | 
| D | checksum.h | 89 					       unsigned short proto,  in csum_tcpudp_nofold() 108 						   unsigned short proto,  in csum_tcpudp_magic() 127 					  __u32 len, unsigned short proto,  in csum_ipv6_magic()
  | 
| /linux-4.1.27/arch/m32r/include/asm/ | 
| D | checksum.h | 118 					       unsigned short proto,  in csum_tcpudp_nofold() 149 						   unsigned short proto,  in csum_tcpudp_magic() 168 				      __u32 len, unsigned short proto,  in csum_ipv6_magic()
  | 
| /linux-4.1.27/arch/score/include/asm/ | 
| D | checksum.h | 131 		unsigned short proto, __wsum sum)  in csum_tcpudp_nofold() 165 		unsigned short proto, __wsum sum)  in csum_tcpudp_magic() 183 				__u32 len, unsigned short proto,  in csum_ipv6_magic()
  | 
| /linux-4.1.27/arch/sparc/include/asm/ | 
| D | checksum_64.h | 100 					unsigned short proto,  in csum_tcpudp_nofold() 120 					unsigned short proto,  in csum_tcpudp_magic() 130 				      __u32 len, unsigned short proto,  in csum_ipv6_magic()
  | 
| D | checksum_32.h | 174 					       unsigned short proto,  in csum_tcpudp_nofold() 194 						   unsigned short proto,  in csum_tcpudp_magic() 204 				      __u32 len, unsigned short proto,  in csum_ipv6_magic()
  | 
| /linux-4.1.27/include/uapi/linux/ | 
| D | if_arcnet.h | 60     __u8  proto;		/* protocol ID field - varies		*/  member 72     __u8 proto;		/* ARC_P_RFC1051_ARP/RFC1051_IP	*/  member 83     __u8 proto;		/* Always ARC_P_ETHER			*/  member 91 	__u8 proto;  member
  | 
| D | ip6_tunnel.h | 25 	__u8 proto;		/* tunnel protocol */  member 37 	__u8 proto;		/* tunnel protocol */  member
  | 
| D | nfs4_mount.h | 51 	int proto;				/* 1 */  member
  | 
| D | if_tun.h | 83 	__be16 proto;  member
  | 
| D | xfrm.h | 27 	__u8		proto;  member 58 	__u8	proto;  member 388 	__u8				proto;  member 449 	__u8				proto;  member 453 	__u8				proto;  member 471 	__u8				proto;  member
  | 
| /linux-4.1.27/arch/mn10300/include/asm/ | 
| D | checksum.h | 43 					unsigned short proto,  in csum_tcpudp_nofold() 70 					unsigned short proto,  in csum_tcpudp_magic()
  | 
| /linux-4.1.27/drivers/net/wireless/ath/wil6210/ | 
| D | trace.h | 30 #define TRACE_EVENT(name, proto, ...) \  argument 35 #define DEFINE_EVENT(evt_class, name, proto, ...) \  argument
  | 
| /linux-4.1.27/drivers/net/wireless/ath/ath10k/ | 
| D | trace.h | 37 #define TRACE_EVENT(name, proto, ...) \  argument 42 #define DEFINE_EVENT(evt_class, name, proto, ...) \  argument
  | 
| /linux-4.1.27/drivers/net/wireless/brcm80211/brcmfmac/ | 
| D | tracepoint.h | 25 #define TRACE_EVENT(name, proto, ...) \  argument 32 #define DEFINE_EVENT(evt_class, name, proto, ...) \  argument
  | 
| D | proto.c | 33 	struct brcmf_proto *proto;  in brcmf_proto_attach()  local
  | 
| D | core.h | 107 	struct brcmf_proto *proto;  member
  | 
| /linux-4.1.27/net/netfilter/ipvs/ | 
| D | ip_vs_proto.c | 41 #define IP_VS_PROTO_HASH(proto)		((proto) & (IP_VS_PROTO_TAB_SIZE-1))  argument 142 struct ip_vs_protocol * ip_vs_proto_get(unsigned short proto)  in ip_vs_proto_get() 160 __ipvs_proto_data_get(struct netns_ipvs *ipvs, unsigned short proto)  in __ipvs_proto_data_get() 174 ip_vs_proto_data_get(struct net *net, unsigned short proto)  in ip_vs_proto_data_get() 228 const char * ip_vs_state_name(__u16 proto, int state)  in ip_vs_state_name()
  | 
| D | ip_vs_nfct.c | 226 			       struct ip_vs_conn *cp, u_int8_t proto,  in ip_vs_nfct_expect_related()
  | 
| D | ip_vs_app.c | 78 ip_vs_app_inc_new(struct net *net, struct ip_vs_app *app, __u16 proto,  in ip_vs_app_inc_new() 178 register_ip_vs_app_inc(struct net *net, struct ip_vs_app *app, __u16 proto,  in register_ip_vs_app_inc()
  | 
| /linux-4.1.27/arch/x86/include/asm/ | 
| D | checksum_32.h | 116 					unsigned short proto,  in csum_tcpudp_nofold() 135 					unsigned short proto,  in csum_tcpudp_magic() 154 				      __u32 len, unsigned short proto,  in csum_ipv6_magic()
  | 
| D | checksum_64.h | 88 		   unsigned short proto, __wsum sum)  in csum_tcpudp_nofold() 114 					unsigned short proto, __wsum sum)  in csum_tcpudp_magic()
  | 
| /linux-4.1.27/drivers/net/wireless/ath/ath6kl/ | 
| D | trace.h | 26 #define TRACE_EVENT(name, proto, ...) \  argument 31 #define DEFINE_EVENT(evt_class, name, proto, ...) \  argument
  | 
| /linux-4.1.27/arch/nios2/include/asm/ | 
| D | checksum.h | 49 					unsigned short proto,  in csum_tcpudp_nofold() 73 					unsigned short proto, __wsum sum)  in csum_tcpudp_magic()
  | 
| /linux-4.1.27/drivers/s390/net/ | 
| D | qeth_l3_sys.c | 452 			enum qeth_prot_versions proto)  in qeth_l3_dev_ipato_add_show() 493 static int qeth_l3_parse_ipatoe(const char *buf, enum qeth_prot_versions proto,  in qeth_l3_parse_ipatoe() 521 			 struct qeth_card *card, enum qeth_prot_versions proto)  in qeth_l3_dev_ipato_add_store() 566 			 struct qeth_card *card, enum qeth_prot_versions proto)  in qeth_l3_dev_ipato_del_store() 689 			enum qeth_prot_versions proto)  in qeth_l3_dev_vipa_add_show() 731 static int qeth_l3_parse_vipae(const char *buf, enum qeth_prot_versions proto,  in qeth_l3_parse_vipae() 741 			struct qeth_card *card, enum qeth_prot_versions proto)  in qeth_l3_dev_vipa_add_store() 770 			 struct qeth_card *card, enum qeth_prot_versions proto)  in qeth_l3_dev_vipa_del_store() 851 		       enum qeth_prot_versions proto)  in qeth_l3_dev_rxip_add_show() 893 static int qeth_l3_parse_rxipe(const char *buf, enum qeth_prot_versions proto,  in qeth_l3_parse_rxipe() [all …] 
 | 
| D | qeth_l3.h | 23 	enum qeth_prot_versions proto;  member 39 	enum qeth_prot_versions proto;  member
  | 
| D | qeth_l3_main.c | 136 void qeth_l3_ipaddr_to_string(enum qeth_prot_versions proto, const __u8 *addr,  in qeth_l3_ipaddr_to_string() 145 int qeth_l3_string_to_ipaddr(const char *buf, enum qeth_prot_versions proto,  in qeth_l3_string_to_ipaddr() 754 		enum qeth_prot_versions proto, u8 *addr, int mask_bits)  in qeth_l3_del_ipato_entry() 777 int qeth_l3_add_vipa(struct qeth_card *card, enum qeth_prot_versions proto,  in qeth_l3_add_vipa() 815 void qeth_l3_del_vipa(struct qeth_card *card, enum qeth_prot_versions proto,  in qeth_l3_del_vipa() 842 int qeth_l3_add_rxip(struct qeth_card *card, enum qeth_prot_versions proto,  in qeth_l3_add_rxip() 880 void qeth_l3_del_rxip(struct qeth_card *card, enum qeth_prot_versions proto,  in qeth_l3_del_rxip() 1846 				   __be16 proto, u16 vid)  in qeth_l3_vlan_rx_add_vid() 1855 				    __be16 proto, u16 vid)  in qeth_l3_vlan_rx_kill_vid()
  | 
| /linux-4.1.27/arch/metag/include/asm/ | 
| D | checksum.h | 63 					unsigned short proto,  in csum_tcpudp_nofold() 82 		  unsigned short proto, __wsum sum)  in csum_tcpudp_magic()
  | 
| /linux-4.1.27/arch/xtensa/include/asm/ | 
| D | checksum.h | 127 						   unsigned short proto,  in csum_tcpudp_nofold() 161 						       unsigned short proto,  in csum_tcpudp_magic() 180 					  __u32 len, unsigned short proto,  in csum_ipv6_magic()
  | 
| /linux-4.1.27/arch/sh/include/asm/ | 
| D | checksum_32.h | 119 					unsigned short proto,  in csum_tcpudp_nofold() 146 					unsigned short proto,  in csum_tcpudp_magic() 164 				      __u32 len, unsigned short proto,  in csum_ipv6_magic()
  | 
| /linux-4.1.27/arch/ia64/lib/ | 
| D | checksum.c | 38 		   unsigned short proto, __wsum sum)  in csum_tcpudp_magic() 49 		    unsigned short proto, __wsum sum)  in csum_tcpudp_nofold()
  | 
| /linux-4.1.27/drivers/net/wireless/iwlwifi/ | 
| D | iwl-devtrace.h | 71 #define TRACE_EVENT(name, proto, ...) \  argument 76 #define DEFINE_EVENT(evt_class, name, proto, ...) \  argument
  | 
| /linux-4.1.27/net/netfilter/ | 
| D | nf_conntrack_proto.c | 210 int nf_ct_l3proto_register(struct nf_conntrack_l3proto *proto)  in nf_ct_l3proto_register() 242 				  struct nf_conntrack_l3proto *proto)  in nf_ct_l3proto_pernet_register() 256 void nf_ct_l3proto_unregister(struct nf_conntrack_l3proto *proto)  in nf_ct_l3proto_unregister() 273 				     struct nf_conntrack_l3proto *proto)  in nf_ct_l3proto_pernet_unregister()
  | 
| D | nf_log_common.c | 25 			   u8 proto, int fragment, unsigned int offset)  in nf_log_dump_udp_header() 57 			   u8 proto, int fragment, unsigned int offset,  in nf_log_dump_tcp_header()
  | 
| D | nf_conntrack_proto_generic.c | 17 static bool nf_generic_should_process(u8 proto)  in nf_generic_should_process() 193 static int generic_init_net(struct net *net, u_int16_t proto)  in generic_init_net()
  | 
| D | nft_compat.c | 128 			   union nft_entry *entry, u16 proto, bool inv)  in nft_target_set_tgchk_param() 181 static int nft_parse_compat(const struct nlattr *attr, u16 *proto, bool *inv)  in nft_parse_compat() 213 	u16 proto = 0;  in nft_target_init()  local 344 			  union nft_entry *entry, u16 proto, bool inv)  in nft_match_set_mtchk_param() 400 	u16 proto = 0;  in nft_match_init()  local
  | 
| D | xt_CT.c | 81 	u8 proto;  in xt_ct_set_helper()  local 128 	u8 proto;  in xt_ct_set_timeout()  local
  | 
| D | xt_multiport.c | 98 check(u_int16_t proto,  in check()
  | 
| D | xt_AUDIT.c | 35 			unsigned int proto, unsigned int offset)  in audit_proto()
  | 
| D | nf_conntrack_proto_udp.c | 274 static int udp_init_net(struct net *net, u_int16_t proto)  in udp_init_net()
  | 
| D | nf_conntrack_proto_udplite.c | 256 static int udplite_init_net(struct net *net, u_int16_t proto)  in udplite_init_net()
  | 
| D | xt_HMARK.c | 38 	u8			proto;  member
  | 
| D | nf_conntrack_sip.c | 617 				  u8 *proto)  in ct_sip_parse_transport() 795 					  u8 proto, __be16 port,  in refresh_signalling_expectation() 1191 	u8 proto;  in process_register_request()  local 1286 	u8 proto;  in process_register_response()  local
  | 
| D | nf_conntrack_proto_gre.c | 351 static int gre_init_net(struct net *net, u_int16_t proto)  in gre_init_net()
  | 
| D | nf_conntrack_proto_dccp.c | 848 static int dccp_init_net(struct net *net, u_int16_t proto)  in dccp_init_net()
  | 
| /linux-4.1.27/arch/x86/um/asm/ | 
| D | checksum.h | 90 		   unsigned short proto, __wsum sum)  in csum_tcpudp_nofold() 107 					   unsigned short proto,  in csum_tcpudp_magic()
  | 
| D | checksum_32.h | 16 					  __u32 len, unsigned short proto,  in csum_ipv6_magic()
  | 
| /linux-4.1.27/net/xfrm/ | 
| D | xfrm_state.c | 59 	      __be32 spi, u8 proto, unsigned short family)  in xfrm_spi_hash() 203 static const struct xfrm_type *xfrm_get_type(u8 proto, unsigned short family)  in xfrm_get_type() 556 xfrm_state_flush_secctx_check(struct net *net, u8 proto, bool task_valid)  in xfrm_state_flush_secctx_check() 576 xfrm_state_flush_secctx_check(struct net *net, u8 proto, bool task_valid)  in xfrm_state_flush_secctx_check() 582 int xfrm_state_flush(struct net *net, u8 proto, bool task_valid)  in xfrm_state_flush() 656 					      __be32 spi, u8 proto,  in __xfrm_state_lookup() 681 						     u8 proto, unsigned short family)  in __xfrm_state_lookup_byaddr() 887 		    unsigned short family, u8 mode, u8 proto, u32 reqid)  in xfrm_stateonly_find() 1005 					  u32 reqid, u8 proto,  in __find_acq_core() 1393 		  u8 proto, unsigned short family)  in xfrm_state_lookup() [all …] 
 | 
| D | xfrm_output.c | 221 	unsigned int proto;  in xfrm_local_error()  local
  | 
| D | xfrm_hash.h | 119 __xfrm_spi_hash(const xfrm_address_t *daddr, __be32 spi, u8 proto,  in __xfrm_spi_hash()
  | 
| /linux-4.1.27/drivers/isdn/i4l/ | 
| D | isdn_ppp.c | 733 isdn_ppp_fill_rq(unsigned char *buf, int len, int proto, int slot)  in isdn_ppp_fill_rq() 830 	int proto;  in isdn_ppp_write()  local 976 	int proto;  in isdn_ppp_strip_proto()  local 1002 	int proto;  in isdn_ppp_receive()  local 1054 isdn_ppp_push_higher(isdn_net_dev *net_dev, isdn_net_local *lp, struct sk_buff *skb, int proto)  in isdn_ppp_push_higher() 1248 	unsigned int proto = PPP_IP;     /* 0x21 */  in isdn_ppp_xmit()  local 1491 	u_int16_t proto;  in isdn_ppp_autodial_filter()  local 1897 	int proto;  in isdn_ppp_mp_reassembly()  local 2222 static void isdn_ppp_ccp_xmit_reset(struct ippp_struct *is, int proto,  in isdn_ppp_ccp_xmit_reset() 2528 					   int *proto)  in isdn_ppp_decompress() [all …] 
 | 
| D | isdn_bsdcomp.c | 453 static int bsd_compress(void *state, struct sk_buff *skb_in, struct sk_buff *skb_out, int proto)  in bsd_compress() 633 static void bsd_incomp(void *state, struct sk_buff *skb_in, int proto)  in bsd_incomp()
  | 
| /linux-4.1.27/samples/bpf/ | 
| D | sockex2_kern.c | 28 static inline int proto_ports_offset(__u64 proto)  in proto_ports_offset() 103 	__u64 proto = load_half(skb, 12);  in flow_dissector()  local 129 			__be16 proto;  in flow_dissector()  member
  | 
| D | tcbpf1_kern.c | 56 	__u8 proto = load_byte(skb, BPF_LL_OFF + ETH_HLEN + offsetof(struct iphdr, protocol));  in bpf_prog1()  local
  | 
| /linux-4.1.27/arch/avr32/include/asm/ | 
| D | checksum.h | 115 					       unsigned short proto,  in csum_tcpudp_nofold() 136 						   unsigned short proto,  in csum_tcpudp_magic()
  | 
| /linux-4.1.27/arch/s390/include/asm/ | 
| D | checksum.h | 95                    unsigned short len, unsigned short proto,  in csum_tcpudp_nofold() 122                   unsigned short len, unsigned short proto,  in csum_tcpudp_magic()
  | 
| /linux-4.1.27/drivers/infiniband/hw/usnic/ | 
| D | usnic_transport.c | 55 	int proto;  in usnic_transport_sock_to_str()  local 159 int usnic_transport_sock_get_addr(struct socket *sock, int *proto,  in usnic_transport_sock_get_addr()
  | 
| D | usnic_ib_qp_grp.c | 263 	int proto;  in create_udp_flow()  local
  | 
| /linux-4.1.27/arch/alpha/lib/ | 
| D | checksum.c | 46 				   unsigned short proto,  in csum_tcpudp_magic() 56 				   unsigned short proto,  in csum_tcpudp_nofold()
  | 
| /linux-4.1.27/drivers/net/usb/ | 
| D | cdc_mbim.c | 73 static int cdc_mbim_rx_add_vid(struct net_device *netdev, __be16 proto, u16 vid)  in cdc_mbim_rx_add_vid() 87 static int cdc_mbim_rx_kill_vid(struct net_device *netdev, __be16 proto, u16 vid)  in cdc_mbim_rx_kill_vid() 210 static bool is_ip_proto(__be16 proto)  in is_ip_proto() 368 	__be16 proto = htons(ETH_P_802_3);  in cdc_mbim_process_dgram()  local
  | 
| D | qmi_wwan.c | 83 	__be16 proto;  in qmi_wwan_rx_fixup()  local
  | 
| /linux-4.1.27/net/bluetooth/bnep/ | 
| 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
  | 
| /linux-4.1.27/net/ipv6/netfilter/ | 
| D | nf_reject_ipv6.c | 24 	u8 proto;  in nf_reject_ip6_tcphdr_get()  local 218 	u8 proto;  in reject6_csum_ok()  local
  | 
| D | nf_conntrack_proto_icmpv6.c | 352 static int icmpv6_init_net(struct net *net, u_int16_t proto)  in icmpv6_init_net()
  | 
| D | nf_nat_l3proto_ipv6.c | 131 				    u8 proto, void *data, __sum16 *check,  in nf_nat_ipv6_csum_recalc()
  | 
| /linux-4.1.27/drivers/staging/wlan-ng/ | 
| D | p80211conv.c | 111 	u16 proto;  in skb_ether_to_p80211()  local 523 int p80211_stt_findproto(u16 proto)  in p80211_stt_findproto()
  | 
| /linux-4.1.27/arch/powerpc/xmon/ | 
| D | ansidecl.h | 109 #define	EXFUN(name, proto)		name proto  argument 133 #define	EXFUN(name, proto)		name()  argument
  | 
| /linux-4.1.27/net/core/ | 
| D | flow_dissector.c | 75 			void *data, __be16 proto, int nhoff, int hlen)  in __skb_flow_dissect() 165 			__be16 proto;  in __skb_flow_dissect()  member 206 			__be16 proto;  in __skb_flow_dissect()  member
  | 
| D | sock.c | 200 	struct proto *proto;  in mem_cgroup_sockets_init()  local 224 	struct proto *proto;  in mem_cgroup_sockets_destroy()  local 2868 static long sock_prot_memory_allocated(struct proto *proto)  in sock_prot_memory_allocated() 2873 static char *sock_prot_memory_pressure(struct proto *proto)  in sock_prot_memory_pressure() 2879 static void proto_seq_printf(struct seq_file *seq, struct proto *proto)  in proto_seq_printf()
  | 
| /linux-4.1.27/drivers/misc/ti-st/ | 
| D | st_core.c | 51 		struct st_proto_s *proto)  in remove_channel_from_table() 241 	struct st_proto_s *proto;  in st_int_recv()  local 635 long st_unregister(struct st_proto_s *proto)  in st_unregister()
  | 
| /linux-4.1.27/arch/mips/include/asm/ | 
| D | checksum.h | 164 	__be32 daddr, unsigned short len, unsigned short proto,  in csum_tcpudp_nofold() 218 					  __u32 len, unsigned short proto,  in csum_ipv6_magic()
  | 
| /linux-4.1.27/arch/cris/include/arch-v32/arch/ | 
| D | checksum.h | 14 		   unsigned short len, unsigned short proto, __wsum sum)  in csum_tcpudp_nofold()
  | 
| /linux-4.1.27/drivers/net/wireless/ath/ | 
| D | trace.h | 29 #define TRACE_EVENT(name, proto, ...) static inline void trace_ ## name(proto) {}  argument
  | 
| /linux-4.1.27/arch/cris/include/arch-v10/arch/ | 
| D | checksum.h | 13 		   unsigned short proto, __wsum sum)  in csum_tcpudp_nofold()
  | 
| /linux-4.1.27/arch/unicore32/include/asm/ | 
| D | checksum.h | 24 		   unsigned short proto, __wsum sum)  in csum_tcpudp_nofold()
  | 
| /linux-4.1.27/drivers/net/wireless/ath/ath5k/ | 
| D | trace.h | 9 #define TRACE_EVENT(name, proto, ...) \  argument
  | 
| /linux-4.1.27/arch/x86/math-emu/ | 
| D | Makefile | 28 proto:  target
  | 
| /linux-4.1.27/arch/microblaze/include/asm/ | 
| D | checksum.h | 20 		   unsigned short proto, __wsum sum)  in csum_tcpudp_nofold()
  | 
| /linux-4.1.27/arch/c6x/include/asm/ | 
| D | checksum.h | 14 		   unsigned short proto, __wsum sum)  in csum_tcpudp_nofold()
  | 
| /linux-4.1.27/arch/blackfin/include/asm/ | 
| D | checksum.h | 18 		   unsigned short proto, __wsum sum)  in __csum_tcpudp_nofold()
  | 
| /linux-4.1.27/include/uapi/linux/netfilter/ | 
| D | xt_policy.h | 23 			proto:1,  member 56 	__u8		proto;  member
  | 
| D | xt_ecn.h | 32 	} proto;  member
  | 
| /linux-4.1.27/net/ipx/ | 
| D | pe2.c | 22 	struct datalink_proto *proto = kmalloc(sizeof(*proto), GFP_ATOMIC);  in make_EII_client()  local
  | 
| /linux-4.1.27/net/bluetooth/ | 
| D | af_bluetooth.c | 67 void bt_sock_reclassify_lock(struct sock *sk, int proto)  in bt_sock_reclassify_lock() 78 int bt_sock_register(int proto, const struct net_proto_family *ops)  in bt_sock_register() 98 void bt_sock_unregister(int proto)  in bt_sock_unregister() 109 static int bt_sock_create(struct net *net, struct socket *sock, int proto,  in bt_sock_create()
  | 
| /linux-4.1.27/arch/hexagon/lib/ | 
| D | checksum.c | 64 			  unsigned short len, unsigned short proto,  in csum_tcpudp_magic() 73 			  unsigned short len, unsigned short proto,  in csum_tcpudp_nofold()
  | 
| /linux-4.1.27/drivers/net/ethernet/cisco/enic/ | 
| D | enic_dev.c | 181 int enic_vlan_rx_add_vid(struct net_device *netdev, __be16 proto, u16 vid)  in enic_vlan_rx_add_vid() 194 int enic_vlan_rx_kill_vid(struct net_device *netdev, __be16 proto, u16 vid)  in enic_vlan_rx_kill_vid()
  | 
| /linux-4.1.27/drivers/isdn/sc/ | 
| D | interrupt.c | 218 				unsigned int proto = HDLC_PROTO;  in interrupt_handler()  local
  | 
| /linux-4.1.27/security/ | 
| D | lsm_audit.c | 43 		struct common_audit_data *ad, u8 *proto)  in ipv4_skb_to_auditdata() 112 		struct common_audit_data *ad, u8 *proto)  in ipv6_skb_to_auditdata()
  | 
| /linux-4.1.27/include/asm-generic/ | 
| D | checksum.h | 75 		  unsigned short proto, __wsum sum)  in csum_tcpudp_magic()
  | 
| /linux-4.1.27/arch/cris/include/asm/ | 
| D | checksum.h | 67 						   unsigned short proto,  in csum_tcpudp_magic()
  | 
| /linux-4.1.27/net/nfc/ | 
| D | af_nfc.c | 30 static int nfc_sock_create(struct net *net, struct socket *sock, int proto,  in nfc_sock_create()
  | 
| D | nfc.h | 30 	struct proto *proto;  member
  | 
| /linux-4.1.27/include/net/netfilter/ | 
| D | nf_conntrack_l4proto.h | 151 #define LOG_INVALID(net, proto)				\  argument 155 static inline int LOG_INVALID(struct net *net, int proto) { return 0; }  in LOG_INVALID()
  | 
| D | nf_conntrack.h | 118 	union nf_conntrack_proto proto;  member
  | 
| /linux-4.1.27/arch/arc/include/asm/ | 
| D | checksum.h | 74 		   unsigned short proto, __wsum sum)  in csum_tcpudp_nofold()
  | 
| /linux-4.1.27/drivers/net/arcnet/ | 
| D | arcnet.c | 215 void arcnet_unregister_proto(struct ArcProto *proto)  in arcnet_unregister_proto() 489 	struct ArcProto *proto;  in arcnet_header()  local 546 	struct ArcProto *proto;  in arcnet_send_packet()  local
  | 
| /linux-4.1.27/include/uapi/linux/netfilter_ipv4/ | 
| D | ipt_ECN.h | 30 	} proto;  member
  | 
| D | ip_tables.h | 78 	__u16 proto;  member
  | 
| /linux-4.1.27/net/bridge/netfilter/ | 
| D | nft_reject_bridge.c | 87 	u8 proto;  in nft_reject_br_send_v4_unreach()  local 183 	u8 proto = ip6h->nexthdr;  in reject6_br_csum_ok()  local
  | 
| /linux-4.1.27/include/trace/events/ | 
| D | libata.h | 118 #define ata_protocol_name(proto)	{ proto, #proto }  argument
  | 
| /linux-4.1.27/drivers/net/ethernet/sfc/ | 
| D | filter.h | 184 efx_filter_set_ipv4_local(struct efx_filter_spec *spec, u8 proto,  in efx_filter_set_ipv4_local() 207 efx_filter_set_ipv4_full(struct efx_filter_spec *spec, u8 proto,  in efx_filter_set_ipv4_full()
  | 
| /linux-4.1.27/security/selinux/include/ | 
| D | xfrm.h | 70 					      u8 proto)  in selinux_xfrm_postroute_last()
  | 
| /linux-4.1.27/arch/powerpc/include/asm/ | 
| D | checksum.h | 106                                      unsigned short proto,  in csum_tcpudp_nofold()
  | 
| /linux-4.1.27/arch/x86/lib/ | 
| D | csum-wrappers_64.c | 138 			__u32 len, unsigned short proto, __wsum sum)  in csum_ipv6_magic()
  | 
| /linux-4.1.27/drivers/scsi/isci/ | 
| D | task.h | 87 	enum sas_protocol proto;  member
  | 
| /linux-4.1.27/drivers/net/ppp/ | 
| D | ppp_deflate.c | 192 	int r, proto, off, olen, oavail;  in z_compress()  local 523 	int proto, r;  in z_incomp()  local
  | 
| D | ppp_generic.c | 297 static inline int proto_to_npindex(int proto)  in proto_to_npindex() 976 	int npi, proto;  in ppp_start_xmit()  local 1196 	int proto = PPP_PROTO(skb);  in ppp_send_frame()  local 1652 	int proto;  in ppp_input()  local 1743 	int proto, len, npi;  in ppp_receive_nonmp_frame()  local 1881 	int proto = PPP_PROTO(skb);  in ppp_decompress_frame()  local 2564 find_comp_entry(int proto)  in find_comp_entry()
  | 
| D | ppp_async.c | 535 	int fcs, i, count, c, proto;  in ppp_async_encode()  local 773 	unsigned int len, fcs, proto;  in process_input_packet()  local
  | 
| D | ppp_synctty.c | 514 	int proto;  in ppp_sync_txmunge()  local
  | 
| /linux-4.1.27/drivers/tty/hvc/ | 
| D | hvc_opal.c | 56 	hv_protocol_t		proto;	/* Raw data or HVSI packets */  member 182 	hv_protocol_t proto;  in hvc_opal_probe()  local
  | 
| D | hvc_vio.c | 73 	hv_protocol_t		proto;	/* Raw data or HVSI packets */  member 303 	hv_protocol_t proto;  in hvc_vio_probe()  local
  | 
| /linux-4.1.27/net/bridge/ | 
| D | br_stp_bpdu.c | 141 void br_stp_rcv(const struct stp_proto *proto, struct sk_buff *skb,  in br_stp_rcv()
  | 
| D | br_vlan.c | 167 	__be16 proto;  in br_allowed_ingress()  local 439 	__be16 proto, oldproto;  in br_vlan_set_proto()  local
  | 
| /linux-4.1.27/net/ipv4/netfilter/ | 
| D | nf_reject_ipv4.c | 172 	u8 proto;  in nf_send_unreach()  local
  | 
| D | nf_conntrack_proto_icmp.c | 373 static int icmp_init_net(struct net *net, u_int16_t proto)  in icmp_init_net()
  | 
| D | nf_nat_l3proto_ipv4.c | 127 				    u8 proto, void *data, __sum16 *check,  in nf_nat_ipv4_csum_recalc()
  | 
| /linux-4.1.27/net/rxrpc/ | 
| D | ar-call.c | 72 	sa_family_t	proto,  in rxrpc_call_hashfunc() 157 	sa_family_t	proto,  in rxrpc_find_call_hash()
  | 
| /linux-4.1.27/net/sched/ | 
| D | act_connmark.c | 41 	int proto;  in tcf_connmark()  local
  | 
| /linux-4.1.27/net/can/ | 
| D | af_can.c | 773 	int proto = cp->protocol;  in can_proto_register()  local 808 	int proto = cp->protocol;  in can_proto_unregister()  local
  | 
| /linux-4.1.27/lib/ | 
| D | checksum.c | 195 			unsigned short proto,  in csum_tcpudp_nofold()
  | 
| /linux-4.1.27/net/ax25/ | 
| D | ax25_timer.c | 125 	int proto = AX25_PROTO_STD_SIMPLEX;  in ax25_heartbeat_expiry()  local
  | 
| /linux-4.1.27/net/key/ | 
| D | af_key.c | 545 pfkey_proto2satype(uint16_t proto)  in pfkey_proto2satype() 564 static uint8_t pfkey_proto_to_xfrm(uint8_t proto)  in pfkey_proto_to_xfrm() 569 static uint8_t pfkey_proto_from_xfrm(uint8_t proto)  in pfkey_proto_from_xfrm() 617 	uint16_t proto;  in pfkey_xfrm_state_lookup()  local 1038 	uint16_t proto;  in pfkey_msg2xfrm_state()  local 1280 	u8 proto;  in pfkey_getspi()  local 1539 	__u8 proto;  in pfkey_get()  local 1720 	unsigned int proto;  in pfkey_flush()  local 1791 	u8 proto;  in pfkey_dump()  local 3443 			    uint8_t proto, uint8_t mode, int level,  in set_ipsecrequest()
  | 
| /linux-4.1.27/arch/x86/boot/compressed/ | 
| D | eboot.c | 646 setup_gop32(struct screen_info *si, efi_guid_t *proto,  in setup_gop32() 751 setup_gop64(struct screen_info *si, efi_guid_t *proto,  in setup_gop64() 837 static efi_status_t setup_gop(struct screen_info *si, efi_guid_t *proto,  in setup_gop() 1054 	efi_guid_t proto = LOADED_IMAGE_PROTOCOL_GUID;  in make_boot_params()  local
  | 
| /linux-4.1.27/drivers/net/ethernet/intel/fm10k/ | 
| D | fm10k_netdev.c | 617 		__be16 proto;  in fm10k_xmit_frame()  local 811 				 __always_unused __be16 proto, u16 vid)  in fm10k_vlan_rx_add_vid() 818 				  __always_unused __be16 proto, u16 vid)  in fm10k_vlan_rx_kill_vid()
  | 
| /linux-4.1.27/drivers/net/ethernet/mellanox/mlx4/ | 
| D | intf.c | 229 void *mlx4_get_protocol_dev(struct mlx4_dev *dev, enum mlx4_protocol proto, int port)  in mlx4_get_protocol_dev()
  | 
| /linux-4.1.27/drivers/input/mouse/ | 
| D | psmouse-base.c | 1448 				   const struct psmouse_protocol *proto)  in psmouse_switch_protocol() 1774 	const struct psmouse_protocol *proto, *old_proto;  in psmouse_attr_set_protocol()  local 1891 	const struct psmouse_protocol *proto;  in psmouse_set_maxproto()  local
  | 
| /linux-4.1.27/net/batman-adv/ | 
| D | soft-interface.c | 574 static int batadv_interface_add_vid(struct net_device *dev, __be16 proto,  in batadv_interface_add_vid() 632 static int batadv_interface_kill_vid(struct net_device *dev, __be16 proto,  in batadv_interface_kill_vid()
  | 
| D | gateway_client.c | 682 	__be16 proto;  in batadv_gw_dhcp_recipient_get()  local
  | 
| /linux-4.1.27/net/vmw_vsock/ | 
| D | vmci_transport.c | 142 			   u16 proto,  in vmci_transport_packet_init() 215 				  u16 proto,  in __vmci_transport_send_control_pkt() 281 				u16 proto,  in vmci_transport_send_control_pkt() 2028 						  u16 *proto,  in vmci_transport_proto_to_notify_struct()
  | 
| D | vmci_transport.h | 72 	u16 proto;  member
  | 
| /linux-4.1.27/drivers/isdn/pcbit/ | 
| D | capi.c | 54 int capi_conn_req(const char *calledPN, struct sk_buff **skb, int proto)  in capi_conn_req()
  | 
| D | pcbit.h | 27 	unsigned char  proto;                     /* layer2protocol  */  member
  | 
| /linux-4.1.27/fs/gfs2/ | 
| D | ops_fstype.c | 360 	char *proto, *table;  in init_names()  local 942 	const char *proto = sdp->sd_proto_name;  in gfs2_lm_mount()  local
  | 
| /linux-4.1.27/drivers/bluetooth/ | 
| D | hci_uart.h | 79 	const struct hci_uart_proto *proto;  member
  | 
| /linux-4.1.27/drivers/net/ipvlan/ | 
| D | ipvlan_main.c | 289 static int ipvlan_vlan_rx_add_vid(struct net_device *dev, __be16 proto, u16 vid)  in ipvlan_vlan_rx_add_vid() 297 static int ipvlan_vlan_rx_kill_vid(struct net_device *dev, __be16 proto,  in ipvlan_vlan_rx_kill_vid()
  | 
| /linux-4.1.27/drivers/media/rc/img-ir/ | 
| D | img-ir-hw.c | 537 			       u64 proto)  in img_ir_set_decoder() 693 static void img_ir_set_protocol(struct img_ir_priv *priv, u64 proto)  in img_ir_set_protocol()
  | 
| /linux-4.1.27/drivers/scsi/ | 
| D | ses.c | 386 	enum scsi_protocol proto = desc[0] & 0x0f;  in ses_process_descriptor()  local 568 		enum scsi_protocol proto = desc[0] >> 4;  in ses_match_to_enclosure()  local
  | 
| D | ps3rom.c | 57 	u32	proto;		/* transfer mode                  */  member
  | 
| /linux-4.1.27/security/selinux/ | 
| D | xfrm.c | 438 				struct common_audit_data *ad, u8 proto)  in selinux_xfrm_postroute_last()
  | 
| /linux-4.1.27/net/tipc/ | 
| D | udp_media.c | 71 	__be16	proto;  member
  | 
| /linux-4.1.27/net/packet/ | 
| D | af_packet.c | 1624 	__be16 proto = 0;  in packet_sendmsg_spkt()  local 2135 		__be16 proto, unsigned char *addr, int hlen)  in tpacket_fill_skb() 2259 	__be16 proto;  in tpacket_snd()  local 2423 	__be16 proto;  in packet_snd()  local 2692 			  __be16 proto)  in packet_do_bind() 2831 	__be16 proto = (__force __be16)protocol; /* weird, but documented */  in packet_create()  local
  | 
| /linux-4.1.27/drivers/block/paride/ | 
| D | paride.c | 371 		struct pi_protocol *proto = protocols[p];  in pi_init()  local
  | 
| D | paride.h | 38 	struct pi_protocol *proto;   /* adapter protocol */  member
  | 
| /linux-4.1.27/net/irda/irnet/ | 
| D | irnet_ppp.c | 853   int			proto;		/* PPP protocol */  in irnet_prepare_skb()  local
  | 
| /linux-4.1.27/include/linux/netfilter/ | 
| D | x_tables.h | 138 	unsigned short proto;  member 178 	unsigned short proto;  member
  | 
| /linux-4.1.27/fs/nfsd/ | 
| D | nfscache.c | 413 	u32			proto =  rqstp->rq_prot,  in nfsd_cache_lookup()  local
  | 
| /linux-4.1.27/net/openvswitch/ | 
| D | flow.c | 330 	__be16 proto;  in parse_ethertype()  local
  | 
| /linux-4.1.27/arch/powerpc/platforms/ps3/ | 
| D | gelic_udbg.c | 77 	u8 proto;  member
  |