Home
last modified time | relevance | path

Searched defs:sap (Results 1 – 25 of 782) sorted by relevance

12345678910>>...32

/dports/devel/cook/cook-2.30/common/
H A Dstracc.c29 stracc_constructor(stracc *sap) in stracc_constructor()
41 stracc *sap; in stracc_new() local
50 stracc_destructor(stracc *sap) in stracc_destructor()
76 sa_open(stracc *sap) in sa_open()
101 sa_char(stracc *sap, int c) in sa_char()
135 sa_close(stracc *sap) in sa_close()
167 sa_mark(stracc *sap) in sa_mark()
192 sa_goto(stracc *sap, size_t n) in sa_goto()
201 sa_chars(stracc *sap, const char *cp, size_t len) in sa_chars()
/dports/multimedia/v4l_compat/linux-5.13-rc2/net/llc/
H A Dllc_s_ev.c23 int llc_sap_ev_activation_req(struct llc_sap *sap, struct sk_buff *skb) in llc_sap_ev_activation_req()
31 int llc_sap_ev_rx_ui(struct llc_sap *sap, struct sk_buff *skb) in llc_sap_ev_rx_ui()
41 int llc_sap_ev_unitdata_req(struct llc_sap *sap, struct sk_buff *skb) in llc_sap_ev_unitdata_req()
51 int llc_sap_ev_xid_req(struct llc_sap *sap, struct sk_buff *skb) in llc_sap_ev_xid_req()
60 int llc_sap_ev_rx_xid_c(struct llc_sap *sap, struct sk_buff *skb) in llc_sap_ev_rx_xid_c()
70 int llc_sap_ev_rx_xid_r(struct llc_sap *sap, struct sk_buff *skb) in llc_sap_ev_rx_xid_r()
80 int llc_sap_ev_test_req(struct llc_sap *sap, struct sk_buff *skb) in llc_sap_ev_test_req()
89 int llc_sap_ev_rx_test_c(struct llc_sap *sap, struct sk_buff *skb) in llc_sap_ev_rx_test_c()
99 int llc_sap_ev_rx_test_r(struct llc_sap *sap, struct sk_buff *skb) in llc_sap_ev_rx_test_r()
109 int llc_sap_ev_deactivation_req(struct llc_sap *sap, struct sk_buff *skb) in llc_sap_ev_deactivation_req()
H A Dllc_s_ac.c37 int llc_sap_action_unitdata_ind(struct llc_sap *sap, struct sk_buff *skb) in llc_sap_action_unitdata_ind()
52 int llc_sap_action_send_ui(struct llc_sap *sap, struct sk_buff *skb) in llc_sap_action_send_ui()
77 int llc_sap_action_send_xid_c(struct llc_sap *sap, struct sk_buff *skb) in llc_sap_action_send_xid_c()
101 int llc_sap_action_send_xid_r(struct llc_sap *sap, struct sk_buff *skb) in llc_sap_action_send_xid_r()
133 int llc_sap_action_send_test_c(struct llc_sap *sap, struct sk_buff *skb) in llc_sap_action_send_test_c()
149 int llc_sap_action_send_test_r(struct llc_sap *sap, struct sk_buff *skb) in llc_sap_action_send_test_r()
183 int llc_sap_action_report_status(struct llc_sap *sap, struct sk_buff *skb) in llc_sap_action_report_status()
196 int llc_sap_action_xid_ind(struct llc_sap *sap, struct sk_buff *skb) in llc_sap_action_xid_ind()
210 int llc_sap_action_test_ind(struct llc_sap *sap, struct sk_buff *skb) in llc_sap_action_test_ind()
H A Dllc_sap.c92 void llc_sap_rtn_pdu(struct llc_sap *sap, struct sk_buff *skb) in llc_sap_rtn_pdu()
145 static int llc_exec_sap_trans_actions(struct llc_sap *sap, in llc_exec_sap_trans_actions()
167 static int llc_sap_next_state(struct llc_sap *sap, struct sk_buff *skb) in llc_sap_next_state()
231 void llc_build_and_send_test_pkt(struct llc_sap *sap, in llc_build_and_send_test_pkt()
281 static void llc_sap_rcv(struct llc_sap *sap, struct sk_buff *skb, in llc_sap_rcv()
295 static inline bool llc_dgram_match(const struct llc_sap *sap, in llc_dgram_match()
314 static struct sock *llc_lookup_dgram(struct llc_sap *sap, in llc_lookup_dgram()
350 static inline bool llc_mcast_match(const struct llc_sap *sap, in llc_mcast_match()
362 static void llc_do_mcast(struct llc_sap *sap, struct sk_buff *skb, in llc_do_mcast()
389 static void llc_sap_mcast(struct llc_sap *sap, in llc_sap_mcast()
[all …]
H A Dllc_core.c35 struct llc_sap *sap = kzalloc(sizeof(*sap), GFP_ATOMIC); in llc_sap_alloc() local
51 struct llc_sap *sap; in __llc_sap_find() local
72 struct llc_sap *sap; in llc_sap_find() local
97 struct llc_sap *sap = NULL; in llc_sap_open() local
122 void llc_sap_close(struct llc_sap *sap) in llc_sap_close()
/dports/multimedia/libv4l/linux-5.13-rc2/net/llc/
H A Dllc_s_ev.c23 int llc_sap_ev_activation_req(struct llc_sap *sap, struct sk_buff *skb) in llc_sap_ev_activation_req()
31 int llc_sap_ev_rx_ui(struct llc_sap *sap, struct sk_buff *skb) in llc_sap_ev_rx_ui()
41 int llc_sap_ev_unitdata_req(struct llc_sap *sap, struct sk_buff *skb) in llc_sap_ev_unitdata_req()
51 int llc_sap_ev_xid_req(struct llc_sap *sap, struct sk_buff *skb) in llc_sap_ev_xid_req()
60 int llc_sap_ev_rx_xid_c(struct llc_sap *sap, struct sk_buff *skb) in llc_sap_ev_rx_xid_c()
70 int llc_sap_ev_rx_xid_r(struct llc_sap *sap, struct sk_buff *skb) in llc_sap_ev_rx_xid_r()
80 int llc_sap_ev_test_req(struct llc_sap *sap, struct sk_buff *skb) in llc_sap_ev_test_req()
89 int llc_sap_ev_rx_test_c(struct llc_sap *sap, struct sk_buff *skb) in llc_sap_ev_rx_test_c()
99 int llc_sap_ev_rx_test_r(struct llc_sap *sap, struct sk_buff *skb) in llc_sap_ev_rx_test_r()
109 int llc_sap_ev_deactivation_req(struct llc_sap *sap, struct sk_buff *skb) in llc_sap_ev_deactivation_req()
H A Dllc_s_ac.c37 int llc_sap_action_unitdata_ind(struct llc_sap *sap, struct sk_buff *skb) in llc_sap_action_unitdata_ind()
52 int llc_sap_action_send_ui(struct llc_sap *sap, struct sk_buff *skb) in llc_sap_action_send_ui()
77 int llc_sap_action_send_xid_c(struct llc_sap *sap, struct sk_buff *skb) in llc_sap_action_send_xid_c()
101 int llc_sap_action_send_xid_r(struct llc_sap *sap, struct sk_buff *skb) in llc_sap_action_send_xid_r()
133 int llc_sap_action_send_test_c(struct llc_sap *sap, struct sk_buff *skb) in llc_sap_action_send_test_c()
149 int llc_sap_action_send_test_r(struct llc_sap *sap, struct sk_buff *skb) in llc_sap_action_send_test_r()
183 int llc_sap_action_report_status(struct llc_sap *sap, struct sk_buff *skb) in llc_sap_action_report_status()
196 int llc_sap_action_xid_ind(struct llc_sap *sap, struct sk_buff *skb) in llc_sap_action_xid_ind()
210 int llc_sap_action_test_ind(struct llc_sap *sap, struct sk_buff *skb) in llc_sap_action_test_ind()
H A Dllc_sap.c92 void llc_sap_rtn_pdu(struct llc_sap *sap, struct sk_buff *skb) in llc_sap_rtn_pdu()
145 static int llc_exec_sap_trans_actions(struct llc_sap *sap, in llc_exec_sap_trans_actions()
167 static int llc_sap_next_state(struct llc_sap *sap, struct sk_buff *skb) in llc_sap_next_state()
231 void llc_build_and_send_test_pkt(struct llc_sap *sap, in llc_build_and_send_test_pkt()
281 static void llc_sap_rcv(struct llc_sap *sap, struct sk_buff *skb, in llc_sap_rcv()
295 static inline bool llc_dgram_match(const struct llc_sap *sap, in llc_dgram_match()
314 static struct sock *llc_lookup_dgram(struct llc_sap *sap, in llc_lookup_dgram()
350 static inline bool llc_mcast_match(const struct llc_sap *sap, in llc_mcast_match()
362 static void llc_do_mcast(struct llc_sap *sap, struct sk_buff *skb, in llc_do_mcast()
389 static void llc_sap_mcast(struct llc_sap *sap, in llc_sap_mcast()
[all …]
H A Dllc_core.c35 struct llc_sap *sap = kzalloc(sizeof(*sap), GFP_ATOMIC); in llc_sap_alloc() local
51 struct llc_sap *sap; in __llc_sap_find() local
72 struct llc_sap *sap; in llc_sap_find() local
97 struct llc_sap *sap = NULL; in llc_sap_open() local
122 void llc_sap_close(struct llc_sap *sap) in llc_sap_close()
/dports/multimedia/v4l-utils/linux-5.13-rc2/net/llc/
H A Dllc_s_ev.c23 int llc_sap_ev_activation_req(struct llc_sap *sap, struct sk_buff *skb) in llc_sap_ev_activation_req()
31 int llc_sap_ev_rx_ui(struct llc_sap *sap, struct sk_buff *skb) in llc_sap_ev_rx_ui()
41 int llc_sap_ev_unitdata_req(struct llc_sap *sap, struct sk_buff *skb) in llc_sap_ev_unitdata_req()
51 int llc_sap_ev_xid_req(struct llc_sap *sap, struct sk_buff *skb) in llc_sap_ev_xid_req()
60 int llc_sap_ev_rx_xid_c(struct llc_sap *sap, struct sk_buff *skb) in llc_sap_ev_rx_xid_c()
70 int llc_sap_ev_rx_xid_r(struct llc_sap *sap, struct sk_buff *skb) in llc_sap_ev_rx_xid_r()
80 int llc_sap_ev_test_req(struct llc_sap *sap, struct sk_buff *skb) in llc_sap_ev_test_req()
89 int llc_sap_ev_rx_test_c(struct llc_sap *sap, struct sk_buff *skb) in llc_sap_ev_rx_test_c()
99 int llc_sap_ev_rx_test_r(struct llc_sap *sap, struct sk_buff *skb) in llc_sap_ev_rx_test_r()
109 int llc_sap_ev_deactivation_req(struct llc_sap *sap, struct sk_buff *skb) in llc_sap_ev_deactivation_req()
H A Dllc_s_ac.c37 int llc_sap_action_unitdata_ind(struct llc_sap *sap, struct sk_buff *skb) in llc_sap_action_unitdata_ind()
52 int llc_sap_action_send_ui(struct llc_sap *sap, struct sk_buff *skb) in llc_sap_action_send_ui()
77 int llc_sap_action_send_xid_c(struct llc_sap *sap, struct sk_buff *skb) in llc_sap_action_send_xid_c()
101 int llc_sap_action_send_xid_r(struct llc_sap *sap, struct sk_buff *skb) in llc_sap_action_send_xid_r()
133 int llc_sap_action_send_test_c(struct llc_sap *sap, struct sk_buff *skb) in llc_sap_action_send_test_c()
149 int llc_sap_action_send_test_r(struct llc_sap *sap, struct sk_buff *skb) in llc_sap_action_send_test_r()
183 int llc_sap_action_report_status(struct llc_sap *sap, struct sk_buff *skb) in llc_sap_action_report_status()
196 int llc_sap_action_xid_ind(struct llc_sap *sap, struct sk_buff *skb) in llc_sap_action_xid_ind()
210 int llc_sap_action_test_ind(struct llc_sap *sap, struct sk_buff *skb) in llc_sap_action_test_ind()
H A Dllc_sap.c92 void llc_sap_rtn_pdu(struct llc_sap *sap, struct sk_buff *skb) in llc_sap_rtn_pdu()
145 static int llc_exec_sap_trans_actions(struct llc_sap *sap, in llc_exec_sap_trans_actions()
167 static int llc_sap_next_state(struct llc_sap *sap, struct sk_buff *skb) in llc_sap_next_state()
231 void llc_build_and_send_test_pkt(struct llc_sap *sap, in llc_build_and_send_test_pkt()
281 static void llc_sap_rcv(struct llc_sap *sap, struct sk_buff *skb, in llc_sap_rcv()
295 static inline bool llc_dgram_match(const struct llc_sap *sap, in llc_dgram_match()
314 static struct sock *llc_lookup_dgram(struct llc_sap *sap, in llc_lookup_dgram()
350 static inline bool llc_mcast_match(const struct llc_sap *sap, in llc_mcast_match()
362 static void llc_do_mcast(struct llc_sap *sap, struct sk_buff *skb, in llc_do_mcast()
389 static void llc_sap_mcast(struct llc_sap *sap, in llc_sap_mcast()
[all …]
H A Dllc_core.c35 struct llc_sap *sap = kzalloc(sizeof(*sap), GFP_ATOMIC); in llc_sap_alloc() local
51 struct llc_sap *sap; in __llc_sap_find() local
72 struct llc_sap *sap; in llc_sap_find() local
97 struct llc_sap *sap = NULL; in llc_sap_open() local
122 void llc_sap_close(struct llc_sap *sap) in llc_sap_close()
/dports/biology/py-libsedml/libSEDML-2.0.26/src/sedml/
H A DSedAdjustableParameter.cpp1450 SedAdjustableParameter_clone(const SedAdjustableParameter_t* sap) in SedAdjustableParameter_clone()
1468 SedAdjustableParameter_free(SedAdjustableParameter_t* sap) in SedAdjustableParameter_free()
1513 SedAdjustableParameter_getTarget(const SedAdjustableParameter_t * sap) in SedAdjustableParameter_getTarget()
1568 SedAdjustableParameter_setInitialValue(SedAdjustableParameter_t * sap, in SedAdjustableParameter_setInitialValue()
1595 SedAdjustableParameter_setTarget(SedAdjustableParameter_t * sap, in SedAdjustableParameter_setTarget()
1631 SedAdjustableParameter_unsetTarget(SedAdjustableParameter_t * sap) in SedAdjustableParameter_unsetTarget()
1642 SedAdjustableParameter_getBounds(const SedAdjustableParameter_t * sap) in SedAdjustableParameter_getBounds()
1670 SedAdjustableParameter_setBounds(SedAdjustableParameter_t * sap, in SedAdjustableParameter_setBounds()
1683 SedAdjustableParameter_createBounds(SedAdjustableParameter_t* sap) in SedAdjustableParameter_createBounds()
1699 SedAdjustableParameter_unsetBounds(SedAdjustableParameter_t * sap) in SedAdjustableParameter_unsetBounds()
[all …]
H A DSedAlgorithmParameter.cpp1164 SedAlgorithmParameter_clone(const SedAlgorithmParameter_t* sap) in SedAlgorithmParameter_clone()
1182 SedAlgorithmParameter_free(SedAlgorithmParameter_t* sap) in SedAlgorithmParameter_free()
1197 SedAlgorithmParameter_getKisaoID(const SedAlgorithmParameter_t * sap) in SedAlgorithmParameter_getKisaoID()
1214 SedAlgorithmParameter_getValue(const SedAlgorithmParameter_t * sap) in SedAlgorithmParameter_getValue()
1231 SedAlgorithmParameter_isSetKisaoID(const SedAlgorithmParameter_t * sap) in SedAlgorithmParameter_isSetKisaoID()
1243 SedAlgorithmParameter_isSetValue(const SedAlgorithmParameter_t * sap) in SedAlgorithmParameter_isSetValue()
1254 SedAlgorithmParameter_setKisaoID(SedAlgorithmParameter_t * sap, in SedAlgorithmParameter_setKisaoID()
1266 SedAlgorithmParameter_setValue(SedAlgorithmParameter_t * sap, in SedAlgorithmParameter_setValue()
1278 SedAlgorithmParameter_unsetKisaoID(SedAlgorithmParameter_t * sap) in SedAlgorithmParameter_unsetKisaoID()
1289 SedAlgorithmParameter_unsetValue(SedAlgorithmParameter_t * sap) in SedAlgorithmParameter_unsetValue()
[all …]
/dports/biology/libsedml/libSEDML-2.0.26/src/sedml/
H A DSedAdjustableParameter.cpp1450 SedAdjustableParameter_clone(const SedAdjustableParameter_t* sap) in SedAdjustableParameter_clone()
1468 SedAdjustableParameter_free(SedAdjustableParameter_t* sap) in SedAdjustableParameter_free()
1513 SedAdjustableParameter_getTarget(const SedAdjustableParameter_t * sap) in SedAdjustableParameter_getTarget()
1568 SedAdjustableParameter_setInitialValue(SedAdjustableParameter_t * sap, in SedAdjustableParameter_setInitialValue()
1595 SedAdjustableParameter_setTarget(SedAdjustableParameter_t * sap, in SedAdjustableParameter_setTarget()
1631 SedAdjustableParameter_unsetTarget(SedAdjustableParameter_t * sap) in SedAdjustableParameter_unsetTarget()
1642 SedAdjustableParameter_getBounds(const SedAdjustableParameter_t * sap) in SedAdjustableParameter_getBounds()
1670 SedAdjustableParameter_setBounds(SedAdjustableParameter_t * sap, in SedAdjustableParameter_setBounds()
1683 SedAdjustableParameter_createBounds(SedAdjustableParameter_t* sap) in SedAdjustableParameter_createBounds()
1699 SedAdjustableParameter_unsetBounds(SedAdjustableParameter_t * sap) in SedAdjustableParameter_unsetBounds()
[all …]
H A DSedAlgorithmParameter.cpp1164 SedAlgorithmParameter_clone(const SedAlgorithmParameter_t* sap) in SedAlgorithmParameter_clone()
1182 SedAlgorithmParameter_free(SedAlgorithmParameter_t* sap) in SedAlgorithmParameter_free()
1197 SedAlgorithmParameter_getKisaoID(const SedAlgorithmParameter_t * sap) in SedAlgorithmParameter_getKisaoID()
1214 SedAlgorithmParameter_getValue(const SedAlgorithmParameter_t * sap) in SedAlgorithmParameter_getValue()
1231 SedAlgorithmParameter_isSetKisaoID(const SedAlgorithmParameter_t * sap) in SedAlgorithmParameter_isSetKisaoID()
1243 SedAlgorithmParameter_isSetValue(const SedAlgorithmParameter_t * sap) in SedAlgorithmParameter_isSetValue()
1254 SedAlgorithmParameter_setKisaoID(SedAlgorithmParameter_t * sap, in SedAlgorithmParameter_setKisaoID()
1266 SedAlgorithmParameter_setValue(SedAlgorithmParameter_t * sap, in SedAlgorithmParameter_setValue()
1278 SedAlgorithmParameter_unsetKisaoID(SedAlgorithmParameter_t * sap) in SedAlgorithmParameter_unsetKisaoID()
1289 SedAlgorithmParameter_unsetValue(SedAlgorithmParameter_t * sap) in SedAlgorithmParameter_unsetValue()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/net/sunrpc/
H A Daddr.c28 static size_t rpc_ntop6_noscopeid(const struct sockaddr *sap, in rpc_ntop6_noscopeid()
66 static size_t rpc_ntop6(const struct sockaddr *sap, in rpc_ntop6()
98 static size_t rpc_ntop6_noscopeid(const struct sockaddr *sap, in rpc_ntop6_noscopeid()
104 static size_t rpc_ntop6(const struct sockaddr *sap, in rpc_ntop6()
112 static int rpc_ntop4(const struct sockaddr *sap, in rpc_ntop4()
143 struct sockaddr *sap, const size_t salen) in rpc_pton4()
204 struct sockaddr *sap, const size_t salen) in rpc_pton6()
227 struct sockaddr *sap, const size_t salen) in rpc_pton6()
249 struct sockaddr *sap, const size_t salen) in rpc_pton()
269 char *rpc_sockaddr2uaddr(const struct sockaddr *sap, gfp_t gfp_flags) in rpc_sockaddr2uaddr()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/net/sunrpc/
H A Daddr.c28 static size_t rpc_ntop6_noscopeid(const struct sockaddr *sap, in rpc_ntop6_noscopeid()
66 static size_t rpc_ntop6(const struct sockaddr *sap, in rpc_ntop6()
98 static size_t rpc_ntop6_noscopeid(const struct sockaddr *sap, in rpc_ntop6_noscopeid()
104 static size_t rpc_ntop6(const struct sockaddr *sap, in rpc_ntop6()
112 static int rpc_ntop4(const struct sockaddr *sap, in rpc_ntop4()
143 struct sockaddr *sap, const size_t salen) in rpc_pton4()
204 struct sockaddr *sap, const size_t salen) in rpc_pton6()
227 struct sockaddr *sap, const size_t salen) in rpc_pton6()
249 struct sockaddr *sap, const size_t salen) in rpc_pton()
269 char *rpc_sockaddr2uaddr(const struct sockaddr *sap, gfp_t gfp_flags) in rpc_sockaddr2uaddr()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/net/sunrpc/
H A Daddr.c28 static size_t rpc_ntop6_noscopeid(const struct sockaddr *sap, in rpc_ntop6_noscopeid()
66 static size_t rpc_ntop6(const struct sockaddr *sap, in rpc_ntop6()
98 static size_t rpc_ntop6_noscopeid(const struct sockaddr *sap, in rpc_ntop6_noscopeid()
104 static size_t rpc_ntop6(const struct sockaddr *sap, in rpc_ntop6()
112 static int rpc_ntop4(const struct sockaddr *sap, in rpc_ntop4()
143 struct sockaddr *sap, const size_t salen) in rpc_pton4()
204 struct sockaddr *sap, const size_t salen) in rpc_pton6()
227 struct sockaddr *sap, const size_t salen) in rpc_pton6()
249 struct sockaddr *sap, const size_t salen) in rpc_pton()
269 char *rpc_sockaddr2uaddr(const struct sockaddr *sap, gfp_t gfp_flags) in rpc_sockaddr2uaddr()
[all …]
/dports/net/beacon/beacon-1.4/common/src/
H A Dsap.c62 struct sap { struct
67 sap_callback callback; argument
70 struct sap * argument
/dports/biology/ncbi-toolkit/ncbi/api/
H A Dalignmgr.c795 NLM_EXTERN void AMFreeAllIndexes(SeqAlignPtr sap) in AMFreeAllIndexes()
1050 NLM_EXTERN Boolean AlnMgrIndexLite(SeqAlignPtr sap) in AlnMgrIndexLite()
2575 SeqAlign *sap; member
3784 NLM_EXTERN Int4 AlnMgrGetNumSeqs(SeqAlignPtr sap) in AlnMgrGetNumSeqs()
5642 NLM_EXTERN Int4 am_guess_numrows(SeqAlignPtr sap) in am_guess_numrows()
5835 static SeqIdPtr am_find_master(SeqAlignPtr sap) in am_find_master()
7690 static Boolean am_check_gaps(SeqAlignPtr sap) in am_check_gaps()
7742 NLM_EXTERN Int4 AlnMgrGetNumRows(SeqAlignPtr sap) in AlnMgrGetNumRows()
8777 static void am_fix_empty_columns(SeqAlignPtr sap) in am_fix_empty_columns()
10672 NLM_EXTERN Int4 AlnMgrIsIBMable(SeqAlignPtr sap) in AlnMgrIsIBMable()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/include/net/
H A Dllc.h73 struct hlist_head *llc_sk_dev_hash(struct llc_sap *sap, int ifindex) in llc_sk_dev_hash()
79 u32 llc_sk_laddr_hashfn(struct llc_sap *sap, const struct llc_addr *laddr) in llc_sk_laddr_hashfn()
86 struct hlist_nulls_head *llc_sk_laddr_hash(struct llc_sap *sap, in llc_sk_laddr_hash()
115 static inline void llc_sap_hold(struct llc_sap *sap) in llc_sap_hold()
120 static inline bool llc_sap_hold_safe(struct llc_sap *sap) in llc_sap_hold_safe()
127 static inline void llc_sap_put(struct llc_sap *sap) in llc_sap_put()
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/net/
H A Dllc.h73 struct hlist_head *llc_sk_dev_hash(struct llc_sap *sap, int ifindex) in llc_sk_dev_hash()
79 u32 llc_sk_laddr_hashfn(struct llc_sap *sap, const struct llc_addr *laddr) in llc_sk_laddr_hashfn()
86 struct hlist_nulls_head *llc_sk_laddr_hash(struct llc_sap *sap, in llc_sk_laddr_hash()
115 static inline void llc_sap_hold(struct llc_sap *sap) in llc_sap_hold()
120 static inline bool llc_sap_hold_safe(struct llc_sap *sap) in llc_sap_hold_safe()
127 static inline void llc_sap_put(struct llc_sap *sap) in llc_sap_put()
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/net/
H A Dllc.h73 struct hlist_head *llc_sk_dev_hash(struct llc_sap *sap, int ifindex) in llc_sk_dev_hash()
79 u32 llc_sk_laddr_hashfn(struct llc_sap *sap, const struct llc_addr *laddr) in llc_sk_laddr_hashfn()
86 struct hlist_nulls_head *llc_sk_laddr_hash(struct llc_sap *sap, in llc_sk_laddr_hash()
115 static inline void llc_sap_hold(struct llc_sap *sap) in llc_sap_hold()
120 static inline bool llc_sap_hold_safe(struct llc_sap *sap) in llc_sap_hold_safe()
127 static inline void llc_sap_put(struct llc_sap *sap) in llc_sap_put()

12345678910>>...32