Home
last modified time | relevance | path

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

/net/tipc/
A Dbcast.c213 struct tipc_mc_method *method) in tipc_bcast_select_xmit_method() argument
220 method->rcast = true; in tipc_bcast_select_xmit_method()
225 method->rcast = false; 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()
318 struct tipc_mc_method *method, in tipc_mcast_send_sync() argument
357 if (method->rcast) in tipc_mcast_send_sync()
383 bool rcast = method->rcast; in tipc_mcast_xmit()
407 if (rcast != method->rcast) { in tipc_mcast_xmit()
[all …]
A Dbcast.h91 struct tipc_mc_method *method, struct tipc_nlist *dests,
A Dsocket.c909 struct tipc_mc_method *method = &tsk->mc_method; in tipc_send_group_msg() local
940 method->rcast = true; in tipc_send_group_msg()
941 method->mandatory = true; in tipc_send_group_msg()
1088 struct tipc_mc_method *method = &tsk->mc_method; in tipc_send_group_bcast() local
1089 bool ack = method->mandatory && method->rcast; in tipc_send_group_bcast()
1130 rc = tipc_mcast_xmit(net, &pkts, method, dsts, &tsk->cong_link_cnt); in tipc_send_group_bcast()
1138 method->mandatory = false; in tipc_send_group_bcast()
1139 method->expires = jiffies; in tipc_send_group_bcast()
/net/mac80211/
A Dmesh_sync.c32 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()
A Dmesh.h282 const struct ieee80211_mesh_sync_ops *ieee80211_mesh_sync_ops_get(u8 method);
/net/bluetooth/
A Dsmp.c121 u8 method; member
1470 if (smp->method == REQ_PASSKEY || smp->method == DSP_PASSKEY) in sc_dhkey_check()
1831 u8 method; in smp_cmd_pairing_req() local
1835 if (method == JUST_WORKS || method == JUST_CFM) in smp_cmd_pairing_req()
1991 u8 method; in smp_cmd_pairing_rsp() local
1995 if (method == JUST_WORKS || method == JUST_CFM) in smp_cmd_pairing_rsp()
2034 if (smp->method == REQ_PASSKEY || smp->method == DSP_PASSKEY) in sc_check_confirm()
2174 if (smp->method == REQ_PASSKEY || smp->method == DSP_PASSKEY) in smp_cmd_pairing_random()
2738 return method; in sc_select_method()
2819 if (smp->method == JUST_WORKS || smp->method == JUST_CFM) in smp_cmd_public_key()
[all …]
/net/kcm/
A DKconfig9 KCM (Kernel Connection Multiplexor) sockets provide a method
/net/atm/
A Dbr2684.c128 switch (s->method) { in br2684_find_dev()
367 if (fs.ifspec.method != BR2684_FIND_BYNOTHING) { in br2684_setfilt()
/net/l2tp/
A DKconfig61 originally defined in RFC 2661, is a standard method for
/net/netfilter/
A 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()
A DKconfig105 This is a simpler but less flexible logging method compared to
784 Prior to routing, the nfmark can influence the routing method and can
927 range. The nfmark can influence the routing method and can also be used
/net/ceph/
A Dosd_client.c802 const char *class, const char *method) in osd_req_op_cls_init() argument
825 op->cls.method_name = method; in osd_req_op_cls_init()
826 size = strlen(method); in osd_req_op_cls_init()
829 ret = ceph_pagelist_append(pagelist, method, size); in osd_req_op_cls_init()
5123 const char *class, const char *method, in ceph_osdc_call() argument
5142 ret = osd_req_op_cls_init(req, 0, class, method); in ceph_osdc_call()
/net/core/
A Dsock.c4250 static char proto_method_implemented(const void *method) in proto_method_implemented() argument
4252 return method == NULL ? 'n' : 'y'; in proto_method_implemented()
/net/ipv4/
A DKconfig767 RFC2385 specifies a method of giving MD5 protection to TCP sessions.

Completed in 795 milliseconds