Home
last modified time | relevance | path

Searched refs:method (Results 1 – 14 of 14) sorted by relevance

/net/tipc/
Dbcast.c213 struct tipc_mc_method *method) in tipc_bcast_select_xmit_method() argument
216 unsigned long exp = method->expires; in tipc_bcast_select_xmit_method()
220 method->rcast = true; in tipc_bcast_select_xmit_method()
225 method->rcast = false; in tipc_bcast_select_xmit_method()
229 method->expires = jiffies + TIPC_METHOD_EXPIRE; in tipc_bcast_select_xmit_method()
230 if (method->mandatory) in tipc_bcast_select_xmit_method()
239 method->rcast = false; in tipc_bcast_select_xmit_method()
244 method->rcast = true; in tipc_bcast_select_xmit_method()
249 method->rcast = dests <= bb->bc_threshold; in tipc_bcast_select_xmit_method()
318 struct tipc_mc_method *method, in tipc_mcast_send_sync() argument
[all …]
Dbcast.h91 struct tipc_mc_method *method, struct tipc_nlist *dests,
Dsocket.c912 struct tipc_mc_method *method = &tsk->mc_method; in tipc_send_group_msg() local
943 method->rcast = true; in tipc_send_group_msg()
944 method->mandatory = true; in tipc_send_group_msg()
1092 struct tipc_mc_method *method = &tsk->mc_method; in tipc_send_group_bcast() local
1093 bool ack = method->mandatory && method->rcast; in tipc_send_group_bcast()
1134 rc = tipc_mcast_xmit(net, &pkts, method, dsts, &tsk->cong_link_cnt); in tipc_send_group_bcast()
1142 method->mandatory = false; in tipc_send_group_bcast()
1143 method->expires = jiffies; in tipc_send_group_bcast()
/net/mac80211/
Dmesh_sync.c32 u8 method; member
196 .method = IEEE80211_SYNC_METHOD_NEIGHBOR_OFFSET,
204 const struct ieee80211_mesh_sync_ops *ieee80211_mesh_sync_ops_get(u8 method) in ieee80211_mesh_sync_ops_get() argument
209 if (sync_methods[i].method == method) in ieee80211_mesh_sync_ops_get()
Dmesh.h281 const struct ieee80211_mesh_sync_ops *ieee80211_mesh_sync_ops_get(u8 method);
/net/bluetooth/
Dsmp.c122 u8 method; member
874 smp->method = JUST_CFM; in tk_request()
876 smp->method = get_auth_method(smp, local_io, remote_io); in tk_request()
879 if (smp->method == JUST_CFM && test_bit(SMP_FLAG_INITIATOR, in tk_request()
881 smp->method = JUST_WORKS; in tk_request()
884 if (smp->method == JUST_CFM && in tk_request()
886 smp->method = JUST_WORKS; in tk_request()
890 if (smp->method == JUST_WORKS) { in tk_request()
908 if (smp->method != JUST_CFM) { in tk_request()
917 if (smp->method == OVERLAP) { in tk_request()
[all …]
/net/kcm/
DKconfig9 KCM (Kernel Connection Multiplexor) sockets provide a method
/net/atm/
Dbr2684.c128 switch (s->method) { in br2684_find_dev()
367 if (fs.ifspec.method != BR2684_FIND_BYNOTHING) { in br2684_setfilt()
/net/l2tp/
DKconfig61 originally defined in RFC 2661, is a standard method for
/net/netfilter/
Dnf_conntrack_sip.c1444 strncasecmp(*dptr + matchend, handler->method, handler->len)) in process_sip_response()
1485 strncasecmp(*dptr, handler->method, handler->len)) in process_sip_request()
DKconfig105 This is a simpler but less flexible logging method compared to
778 Prior to routing, the nfmark can influence the routing method and can
921 range. The nfmark can influence the routing method and can also be used
/net/ceph/
Dosd_client.c825 const char *class, const char *method) in osd_req_op_cls_init() argument
848 op->cls.method_name = method; in osd_req_op_cls_init()
849 size = strlen(method); in osd_req_op_cls_init()
852 ret = ceph_pagelist_append(pagelist, method, size); in osd_req_op_cls_init()
5178 const char *class, const char *method, in ceph_osdc_call() argument
5197 ret = osd_req_op_cls_init(req, 0, class, method); in ceph_osdc_call()
/net/core/
Dsock.c4052 static char proto_method_implemented(const void *method) in proto_method_implemented() argument
4054 return method == NULL ? 'n' : 'y'; in proto_method_implemented()
/net/ipv4/
DKconfig749 RFC2385 specifies a method of giving MD5 protection to TCP sessions.