Searched refs:update_tlv_pad (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/ |
H A D | test_seg6_loop.c | 87 static __always_inline int update_tlv_pad(struct __sk_buff *skb, in update_tlv_pad() function 208 // the following can't be moved inside update_tlv_pad because the in add_tlv() 220 return update_tlv_pad(skb, new_pad, pad_size, pad_off); in add_tlv()
|
H A D | test_lwt_seg6local.c | 88 int update_tlv_pad(struct __sk_buff *skb, uint32_t new_pad, in update_tlv_pad() function 205 // the following can't be moved inside update_tlv_pad because the in add_tlv() 217 return update_tlv_pad(skb, new_pad, pad_size, pad_off); in add_tlv() 255 return update_tlv_pad(skb, new_pad, pad_size, pad_off); in delete_tlv()
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/ |
H A D | test_seg6_loop.c | 87 static __always_inline int update_tlv_pad(struct __sk_buff *skb, in update_tlv_pad() function 208 // the following can't be moved inside update_tlv_pad because the in add_tlv() 220 return update_tlv_pad(skb, new_pad, pad_size, pad_off); in add_tlv()
|
H A D | test_lwt_seg6local.c | 88 int update_tlv_pad(struct __sk_buff *skb, uint32_t new_pad, in update_tlv_pad() function 205 // the following can't be moved inside update_tlv_pad because the in add_tlv() 217 return update_tlv_pad(skb, new_pad, pad_size, pad_off); in add_tlv() 255 return update_tlv_pad(skb, new_pad, pad_size, pad_off); in delete_tlv()
|
Completed in 3 milliseconds