Searched refs:proto (Results 76 - 100 of 1024) sorted by relevance

1234567891011>>

/linux-master/net/netfilter/
H A Dnf_conntrack_proto_dccp.c411 ct->proto.dccp.role[IP_CT_DIR_ORIGINAL] = CT_DCCP_ROLE_CLIENT;
412 ct->proto.dccp.role[IP_CT_DIR_REPLY] = CT_DCCP_ROLE_SERVER;
413 ct->proto.dccp.state = CT_DCCP_NONE;
414 ct->proto.dccp.last_pkt = DCCP_PKT_REQUEST;
415 ct->proto.dccp.last_dir = IP_CT_DIR_ORIGINAL;
416 ct->proto.dccp.handshake_seq = 0;
551 role = ct->proto.dccp.role[dir];
552 old_state = ct->proto.dccp.state;
561 ct->proto.dccp.role[dir] = CT_DCCP_ROLE_CLIENT;
562 ct->proto
[all...]
H A Dxt_multiport.c109 check(u_int16_t proto, argument
115 return (proto == IPPROTO_TCP || proto == IPPROTO_UDP
116 || proto == IPPROTO_UDPLITE
117 || proto == IPPROTO_SCTP || proto == IPPROTO_DCCP)
130 return check(ip->proto, ip->invflags, multiinfo->flags,
139 return check(ip->proto, ip->invflags, multiinfo->flags,
H A Dnf_nat_bpf.c36 u16 proto = nf_ct_l3num(ct); local
39 if (proto != NFPROTO_IPV4 && proto != NFPROTO_IPV6)
H A Dnf_flow_table_inet.c16 __be16 proto; local
21 proto = veth->h_vlan_encapsulated_proto;
24 if (!nf_flow_pppoe_proto(skb, &proto))
28 proto = skb->protocol;
32 switch (proto) {
/linux-master/include/uapi/linux/
H A Dip6_tunnel.h30 __u8 proto; /* tunnel protocol */ member in struct:ip6_tnl_parm
42 __u8 proto; /* tunnel protocol */ member in struct:ip6_tnl_parm2
/linux-master/include/uapi/linux/netfilter/
H A Dxt_policy.h27 proto:1, member in struct:xt_policy_spec
60 __u8 proto; member in struct:xt_policy_elem
/linux-master/net/ceph/
H A Dceph_strings.c21 const char *ceph_auth_proto_name(int proto) argument
23 switch (proto) {
/linux-master/net/hsr/
H A Dhsr_forward.h27 int prp_fill_frame_info(__be16 proto, struct sk_buff *skb,
29 int hsr_fill_frame_info(__be16 proto, struct sk_buff *skb,
/linux-master/arch/arc/include/asm/
H A Dchecksum.h71 __u8 proto, __wsum sum)
86 "r"(htons(proto))
70 csum_tcpudp_nofold(__be32 saddr, __be32 daddr, __u32 len, __u8 proto, __wsum sum) argument
/linux-master/include/trace/
H A Ddefine_custom_trace.h27 #define TRACE_CUSTOM_EVENT(name, proto, args, tstruct, assign, print)
30 #define DEFINE_CUSTOM_EVENT(template, name, proto, args)
/linux-master/drivers/net/wireless/ath/
H A Dtrace.h29 #define TRACE_EVENT(name, proto, ...) static inline void trace_ ## name(proto) {}
/linux-master/net/batman-adv/
H A Dtrace.h24 #define TRACE_EVENT(name, proto, ...) \
25 static inline void trace_ ## name(proto) {}
/linux-master/drivers/infiniband/hw/usnic/
H A Dusnic_transport.h62 int usnic_transport_sock_get_addr(struct socket *sock, int *proto,
/linux-master/include/net/
H A Dip6_checksum.h36 __u32 len, __u8 proto, __wsum csum);
39 static inline __wsum ip6_compute_pseudo(struct sk_buff *skb, int proto) argument
43 skb->len, proto, 0));
86 int udp6_csum_init(struct sk_buff *skb, struct udphdr *uh, int proto);
H A Dinet6_connection_sock.h22 const struct request_sock *req, u8 proto);
H A Desp.h15 static inline void esp_output_fill_trailer(u8 *tail, int tfclen, int plen, __u8 proto) argument
28 tail[plen - 1] = proto;
40 __u8 proto; member in struct:esp_info
/linux-master/drivers/bluetooth/
H A Dhci_serdev.c50 skb = hu->proto->dequeue(hu);
108 hu->proto->flush(hu);
171 hu->proto->enqueue(hu, skb);
189 else if (hu->proto->init_speed)
190 speed = hu->proto->init_speed;
200 else if (hu->proto->oper_speed)
201 speed = hu->proto->oper_speed;
205 if (hu->proto->set_baudrate && speed) {
206 err = hu->proto->set_baudrate(hu, speed);
213 if (hu->proto
[all...]
/linux-master/arch/x86/include/asm/
H A Dirq_stack.h123 #define assert_function_type(func, proto) \
124 static_assert(__builtin_types_compatible_p(typeof(&func), proto))
126 #define assert_arg_type(arg, proto) \
127 static_assert(__builtin_types_compatible_p(typeof(arg), proto))
/linux-master/drivers/net/wireless/intel/iwlwifi/
H A Diwl-devtrace.h80 #define TRACE_EVENT(name, proto, ...) \
81 static inline void trace_ ## name(proto) {}
85 #define DEFINE_EVENT(evt_class, name, proto, ...) \
86 static inline void trace_ ## name(proto) {}
/linux-master/arch/alpha/include/asm/
H A Dchecksum.h18 __u32 len, __u8 proto, __wsum sum);
21 __u32 len, __u8 proto, __wsum sum);
73 __u32 len, __u8 proto, __wsum sum);
/linux-master/include/trace/events/
H A Dfib6.h32 __field( u8, proto )
55 __entry->proto = flp->flowi6_proto;
56 if (__entry->proto == IPPROTO_TCP ||
57 __entry->proto == IPPROTO_UDP) {
79 TP_printk("table %3u oif %d iif %d proto %u %pI6c/%u -> %pI6c/%u tos %d scope %d flags %x ==> dev %s gw %pI6c err %d",
80 __entry->tb_id, __entry->oif, __entry->iif, __entry->proto,
/linux-master/net/bluetooth/bnep/
H A Dnetdev.c137 u16 proto = ntohs(eh->h_proto); local
139 if (proto >= ETH_P_802_3_MIN)
140 return proto;
150 u16 proto = bnep_net_eth_proto(skb); local
155 if (proto >= f[i].start && proto <= f[i].end)
159 BT_DBG("BNEP: filtered skb %p, proto 0x%.4x", skb, proto);
/linux-master/include/linux/
H A Dif_bridge.h30 __be16 proto; member in struct:br_ip
77 bool br_multicast_has_querier_anywhere(struct net_device *dev, int proto);
78 bool br_multicast_has_querier_adjacent(struct net_device *dev, int proto);
79 bool br_multicast_has_router_adjacent(struct net_device *dev, int proto);
89 int proto)
94 int proto)
100 int proto)
88 br_multicast_has_querier_anywhere(struct net_device *dev, int proto) argument
93 br_multicast_has_querier_adjacent(struct net_device *dev, int proto) argument
99 br_multicast_has_router_adjacent(struct net_device *dev, int proto) argument
/linux-master/net/rxrpc/
H A Dconn_service.c45 if (conn->proto.index_key < k.index_key)
47 else if (conn->proto.index_key > k.index_key)
68 struct rxrpc_conn_proto k = conn->proto;
80 if (cursor->proto.index_key < k.index_key)
82 else if (cursor->proto.index_key > k.index_key)
157 conn->proto.epoch = sp->hdr.epoch;
158 conn->proto.cid = sp->hdr.cid & RXRPC_CIDMASK;
/linux-master/net/bluetooth/
H A Daf_bluetooth.c71 void bt_sock_reclassify_lock(struct sock *sk, int proto) argument
77 bt_slock_key_strings[proto], &bt_slock_key[proto],
78 bt_key_strings[proto], &bt_lock_key[proto]);
82 int bt_sock_register(int proto, const struct net_proto_family *ops) argument
86 if (proto < 0 || proto >= BT_MAX_PROTO)
91 if (bt_proto[proto])
94 bt_proto[proto]
102 bt_sock_unregister(int proto) argument
113 bt_sock_create(struct net *net, struct socket *sock, int proto, int kern) argument
143 bt_sock_alloc(struct net *net, struct socket *sock, struct proto *prot, int proto, gfp_t prio, int kern) argument
[all...]

Completed in 300 milliseconds

1234567891011>>