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 | 828 struct tipc_mc_method *method = &tsk->mc_method; in tipc_sendmcast() local 866 rc = tipc_mcast_xmit(net, &pkts, method, &dsts, in tipc_sendmcast() 889 struct tipc_mc_method *method = &tsk->mc_method; in tipc_send_group_msg() local 920 method->rcast = true; in tipc_send_group_msg() 921 method->mandatory = true; in tipc_send_group_msg() 1072 struct tipc_mc_method *method = &tsk->mc_method; in tipc_send_group_bcast() local 1073 bool ack = method->mandatory && method->rcast; in tipc_send_group_bcast() 1114 rc = tipc_mcast_xmit(net, &pkts, method, dsts, &tsk->cong_link_cnt); in tipc_send_group_bcast() 1122 method->mandatory = false; in tipc_send_group_bcast() 1123 method->expires = jiffies; in tipc_send_group_bcast()
|
/net/mac80211/ |
D | mesh_sync.c | 31 u8 method; member 198 .method = IEEE80211_SYNC_METHOD_NEIGHBOR_OFFSET, 206 const struct ieee80211_mesh_sync_ops *ieee80211_mesh_sync_ops_get(u8 method) in ieee80211_mesh_sync_ops_get() argument 211 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 | 121 u8 method; member 873 smp->method = JUST_CFM; in tk_request() 875 smp->method = get_auth_method(smp, local_io, remote_io); in tk_request() 878 if (smp->method == JUST_CFM && test_bit(SMP_FLAG_INITIATOR, in tk_request() 880 smp->method = JUST_WORKS; in tk_request() 883 if (smp->method == JUST_CFM && in tk_request() 885 smp->method = JUST_WORKS; in tk_request() 889 if (smp->method == JUST_WORKS) { in tk_request() 907 if (smp->method != JUST_CFM) { in tk_request() 916 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 | 728 Prior to routing, the nfmark can influence the routing method and can 871 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() 5086 const char *class, const char *method, in ceph_osdc_call() argument 5105 ret = osd_req_op_cls_init(req, 0, class, method); in ceph_osdc_call()
|
/net/core/ |
D | sock.c | 3647 static char proto_method_implemented(const void *method) in proto_method_implemented() argument 3649 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.
|