Searched refs:chain_list (Results 1 – 7 of 7) sorted by relevance
/third_party/iptables/iptables/ |
D | nft-cache.c | 68 cache_chain_list_insert(&req->chain_list, cmd->chain); in nft_cache_level_set() 70 cache_chain_list_insert(&req->chain_list, cmd->rename); in nft_cache_level_set() 72 cache_chain_list_insert(&req->chain_list, cmd->jumpto); in nft_cache_level_set() 566 chains = &req->chain_list; in __nft_build_cache() 730 cache_chain_list_insert(&req->chain_list, cname); in nft_cache_build() 755 list_for_each_entry_safe(cc, cc_tmp, &req->chain_list, head) { in nft_release_cache()
|
D | nft.h | 83 struct list_head chain_list; member
|
D | nft.c | 892 INIT_LIST_HEAD(&h->cache_req.chain_list); in nft_init()
|
/third_party/gstreamer/gstplugins_good/ |
D | ChangeLog | 12892 added to GstRtpSessionPrivate, it is set in the chain_list handler and 15175 The tests create a buffer list and then use the chain_list callback to 15184 test: rtpbin_buffer_list: set the chain_list function directly in the test 15204 test: rtpbin_buffer_list: check if the chain_list function has been called 22959 rtpjitterbuffer: implement basic chain_list function 22962 default chain_list fallback function in GstPad got invoked. 64445 Factor out most of the buffer handling and implement a chain_list 64448 both chain and chain_list.
|
/third_party/gstreamer/gstplugins_bad/ |
D | ChangeLog | 89015 basically has to do the processing that is done by the default chain_list 96914 hlssink: implement a chain_list to request key unit for segments 96917 This patch fixes it by adding a chain_list function to the sink pad 179787 Factor out most of the buffer handling and implement a chain_list 179790 both chain and chain_list.
|
/third_party/gstreamer/gstreamer/ |
D | ChangeLog | 33935 pad: add g-i 'transfer full' annotations to chain and chain_list functions 58182 Add parent to chain, chain_list, getrange and event functions.
|
/third_party/gstreamer/gstplugins_base/ |
D | ChangeLog | 58240 rtpbasedepayload: provide chain_list function on sink pad 58241 Implement a chain_list function, which avoids lots of locking
|