Searched refs:method (Results 1 – 14 of 14) sorted by relevance
/net/tipc/ |
D | bcast.c | 213 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 …]
|
D | bcast.h | 91 struct tipc_mc_method *method, struct tipc_nlist *dests,
|
D | socket.c | 911 struct tipc_mc_method *method = &tsk->mc_method; in tipc_send_group_msg() local 942 method->rcast = true; in tipc_send_group_msg() 943 method->mandatory = true; in tipc_send_group_msg() 1091 struct tipc_mc_method *method = &tsk->mc_method; in tipc_send_group_bcast() local 1092 bool ack = method->mandatory && method->rcast; in tipc_send_group_bcast() 1133 rc = tipc_mcast_xmit(net, &pkts, method, dsts, &tsk->cong_link_cnt); in tipc_send_group_bcast() 1141 method->mandatory = false; in tipc_send_group_bcast() 1142 method->expires = jiffies; in tipc_send_group_bcast()
|
/net/mac80211/ |
D | mesh_sync.c | 32 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()
|
D | mesh.h | 218 const struct ieee80211_mesh_sync_ops *ieee80211_mesh_sync_ops_get(u8 method);
|
/net/bluetooth/ |
D | smp.c | 120 u8 method; member 872 smp->method = JUST_CFM; in tk_request() 874 smp->method = get_auth_method(smp, local_io, remote_io); in tk_request() 877 if (smp->method == JUST_CFM && test_bit(SMP_FLAG_INITIATOR, in tk_request() 879 smp->method = JUST_WORKS; in tk_request() 882 if (smp->method == JUST_CFM && in tk_request() 884 smp->method = JUST_WORKS; in tk_request() 888 if (smp->method == JUST_WORKS) { in tk_request() 906 if (smp->method != JUST_CFM) { in tk_request() 915 if (smp->method == OVERLAP) { in tk_request() [all …]
|
/net/kcm/ |
D | Kconfig | 9 KCM (Kernel Connection Multiplexor) sockets provide a method
|
/net/atm/ |
D | br2684.c | 128 switch (s->method) { in br2684_find_dev() 367 if (fs.ifspec.method != BR2684_FIND_BYNOTHING) { in br2684_setfilt()
|
/net/l2tp/ |
D | Kconfig | 61 originally defined in RFC 2661, is a standard method for
|
/net/netfilter/ |
D | nf_conntrack_sip.c | 1439 strncasecmp(*dptr + matchend, handler->method, handler->len)) in process_sip_response() 1480 strncasecmp(*dptr, handler->method, handler->len)) in process_sip_request()
|
D | Kconfig | 91 This is a simpler but less flexible logging method compared to 763 Prior to routing, the nfmark can influence the routing method and can 906 range. The nfmark can influence the routing method and can also be used
|
/net/ceph/ |
D | osd_client.c | 797 const char *class, const char *method) in osd_req_op_cls_init() argument 820 op->cls.method_name = method; in osd_req_op_cls_init() 821 size = strlen(method); in osd_req_op_cls_init() 824 ret = ceph_pagelist_append(pagelist, method, size); in osd_req_op_cls_init() 5088 const char *class, const char *method, in ceph_osdc_call() argument 5107 ret = osd_req_op_cls_init(req, 0, class, method); in ceph_osdc_call()
|
/net/core/ |
D | sock.c | 3803 static char proto_method_implemented(const void *method) in proto_method_implemented() argument 3805 return method == NULL ? 'n' : 'y'; in proto_method_implemented()
|
/net/ipv4/ |
D | Kconfig | 750 RFC2385 specifies a method of giving MD5 protection to TCP sessions.
|